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:
parent
0c5eb6652f
commit
6d6e6fcec2
3 changed files with 11 additions and 1 deletions
|
@ -123,7 +123,8 @@ $(function () {
|
|||
$carousel = $('.carousel').flickity({
|
||||
lazyLoad: 7,
|
||||
setGallerySize: false,
|
||||
cellAlign: 'left'
|
||||
cellAlign: 'left',
|
||||
pageDots: pageDots
|
||||
});
|
||||
isFlickityEnabled('.carousel');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue