mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-04 18:29:39 +02:00
This commit is contained in:
parent
37e90e3dfe
commit
214f5d9fc3
4949 changed files with 1393320 additions and 29 deletions
20
node_modules/flickity/sandbox/js/wrap-around.js
generated
vendored
Normal file
20
node_modules/flickity/sandbox/js/wrap-around.js
generated
vendored
Normal file
|
@ -0,0 +1,20 @@
|
|||
window.flkty = new Flickity( '#gallery1', {
|
||||
wrapAround: true,
|
||||
} );
|
||||
|
||||
window.flkty2 = new Flickity( '#gallery2', {
|
||||
} );
|
||||
|
||||
window.flkty6 = new Flickity( '#gallery6', {
|
||||
wrapAround: true,
|
||||
cellAlign: 'left',
|
||||
} );
|
||||
|
||||
window.flkty4 = new Flickity( '#gallery4', {
|
||||
wrapAround: true,
|
||||
freeScroll: true,
|
||||
} );
|
||||
|
||||
window.flky5 = new Flickity( '#gallery5', {
|
||||
freeScroll: true,
|
||||
} );
|
Loading…
Add table
Add a link
Reference in a new issue