misterymyra_collaboration-15

by Admiral Potato

HTML

<script src="https://unpkg.com/vue-perfectlooper"></script>
<link rel="stylesheet" href="https://admiralpotato.github.io/vue-perfectlooper/demo.css">
<div id="app" class="container">
	<h2>A</h2>
	<vue-perfectlooper v-bind="a"></vue-perfectlooper>
</div>

JavaScript

Vue.component('vue-perfectlooper', VuePerfectlooper);
new Vue({
	el: '#app',
	data: {
		a: {
			"id": "a",
			"poster": "https://image.ibb.co/cWS2ga/0001.png",
			"src":
`https://image.ibb.co/cWS2ga/0001.png
https://image.ibb.co/cdHDnF/0002.png
https://image.ibb.co/gAtVZv/0003.png
https://image.ibb.co/kxWv1a/0004.png
https://image.ibb.co/iW6juv/0005.png
https://image.ibb.co/jSQNga/0006.png
https://image.ibb.co/jN6v1a/0007.png
https://image.ibb.co/b1LcEv/0008.png
https://image.ibb.co/nbaAZv/0009.png
https://image.ibb.co/dJu4uv/0010.png
https://image.ibb.co/b8Mv1a/0011.png
https://image.ibb.co/mx5zSF/0012.png
https://image.ibb.co/mNmTMa/0013.png
https://image.ibb.co/exPR7F/0014.png
https://image.ibb.co/b31TMa/0015.png
https://image.ibb.co/dPEhga/0016.png
https://image.ibb.co/cvoxEv/0017.png
https://image.ibb.co/euda1a/0018.png
https://image.ibb.co/bD8xEv/0019.png
https://image.ibb.co/g8t8Ma/0020.png
https://image.ibb.co/iUAzSF/0021.png
https://image.ibb.co/kosDnF/0022.png
https://image.ibb.co/hk0zSF/0023.png
https://image.ibb.co/mQAAZv/0024.png
https://image.ibb.co/kmPF1a/0025.png
https://image.ibb.co/d0m67F/0026.png
https://image.ibb.co/gOh2ga/0027.png
https://image.ibb.co/jE5uuv/0028.png
https://image.ibb.co/nEsw7F/0029.png
https://image.ibb.co/b5t3nF/0030.png
https://image.ibb.co/hHosga/0031.png
https://image.ibb.co/i5isga/0032.png
https://image.ibb.co/hw2USF/0033.png
https://image.ibb.co/iFkinF/0034.png
https://image.ibb.co/hsB0Zv/0035.png
https://image.ibb.co/fbSUSF/0036.png
https://image.ibb.co/b2x7Ev/0037.png
https://image.ibb.co/kpxUSF/0038.png
https://image.ibb.co/hdNJMa/0039.png
https://image.ibb.co/fcJQ1a/0040.png
https://image.ibb.co/bv551a/0041.png
https://image.ibb.co/fBFSEv/0042.png
https://image.ibb.co/cVzXga/0043.png
https://image.ibb.co/cO3sga/0044.png
https://image.ibb.co/e48fZv/0045.png
https://image.ibb.co/nCrZuv/0046.png
https://image.ibb.co/jOtfZv/0047.png
https://image.ibb.co/buOQ1a/0048.png`.split('\n')
		}
	}
});