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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -113,7 +113,7 @@ export class ComicsPlayer {
loading.hide(); loading.hide();
this.swiperInstance = new Swiper(elem.querySelector('.slideshowSwiperContainer'), { this.swiperInstance = new Swiper(elem.querySelector('.slideshowSwiperContainer'), {
direction: 'horizontal', 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, loop: false,
zoom: { zoom: {
minRatio: 1, minRatio: 1,