misterymyra_collaboration-13

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/eGCUSF/0001.png",
			"src":
`https://image.ibb.co/eGCUSF/0001.png
https://image.ibb.co/mSX7Ev/0002.png
https://image.ibb.co/bSEb7F/0003.png
https://image.ibb.co/bFtNEv/0004.png
https://image.ibb.co/mHWnga/0005.png
https://image.ibb.co/mfhFZv/0006.png
https://image.ibb.co/eFShEv/0007.png
https://image.ibb.co/njkr7F/0008.png
https://image.ibb.co/jKg9uv/0009.png
https://image.ibb.co/fEAr7F/0010.png
https://image.ibb.co/iNfr7F/0011.png
https://image.ibb.co/ipFPSF/0012.png
https://image.ibb.co/hMhSga/0013.png
https://image.ibb.co/jwctMa/0014.png
https://image.ibb.co/kN24SF/0015.png
https://image.ibb.co/d347ga/0016.png
https://image.ibb.co/fkvDMa/0017.png
https://image.ibb.co/e0A2Ev/0018.png
https://image.ibb.co/mz9vZv/0019.png
https://image.ibb.co/eByB7F/0020.png
https://image.ibb.co/gOvr7F/0021.png
https://image.ibb.co/nhfr7F/0022.png
https://image.ibb.co/fmXSga/0023.png
https://image.ibb.co/eGStMa/0024.png
https://image.ibb.co/cG5f1a/0025.png
https://image.ibb.co/nfCtMa/0026.png
https://image.ibb.co/hgpvZv/0027.png
https://image.ibb.co/jd6ynF/0028.png
https://image.ibb.co/mkdYMa/0029.png
https://image.ibb.co/cqvDMa/0030.png
https://image.ibb.co/dn19uv/0031.png
https://image.ibb.co/m2T01a/0032.png
https://image.ibb.co/ebhSga/0033.png
https://image.ibb.co/mLDpuv/0034.png
https://image.ibb.co/jnfr7F/0035.png
https://image.ibb.co/msfr7F/0036.png
https://image.ibb.co/kNMaZv/0037.png
https://image.ibb.co/fVzvZv/0038.png
https://image.ibb.co/iqQr7F/0039.png
https://image.ibb.co/gCevZv/0040.png
https://image.ibb.co/kS301a/0041.png
https://image.ibb.co/jxmL1a/0042.png
https://image.ibb.co/bPv2Ev/0043.png
https://image.ibb.co/cvYB7F/0044.png
https://image.ibb.co/fdNhEv/0045.png
https://image.ibb.co/hiNhEv/0046.png
https://image.ibb.co/mbctMa/0047.png
https://image.ibb.co/h83B7F/0048.png`.split('\n')
		}
	}
});