Update src/plugins/comicsPlayer/plugin.js
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
This commit is contained in:
parent
4dc726d781
commit
e1ce1a2f3b
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue