1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 09:49:28 +02:00

NetFlix Style Remove dots option

This commit is contained in:
daniel 2017-12-12 07:57:34 -03:00
parent 0c5eb6652f
commit 6d6e6fcec2
3 changed files with 11 additions and 1 deletions

View file

@ -123,7 +123,8 @@ $(function () {
$carousel = $('.carousel').flickity({
lazyLoad: 7,
setGallerySize: false,
cellAlign: 'left'
cellAlign: 'left',
pageDots: pageDots
});
isFlickityEnabled('.carousel');