Update src/plugins/comicsPlayer/plugin.js

Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
This commit is contained in:
Bill Thornton
2020-12-04 18:19:08 -05:00
committed by GitHub
parent 4dc726d781
commit e1ce1a2f3b
+1 -1
View File
@@ -113,7 +113,7 @@ export class ComicsPlayer {
loading.hide();
this.swiperInstance = new Swiper(elem.querySelector('.slideshowSwiperContainer'), {
direction: 'horizontal',
// loop is disabled due to the lack ofSwiper support in virtual slides
// loop is disabled due to the lack of Swiper support in virtual slides
loop: false,
zoom: {
minRatio: 1,