File tree Expand file tree Collapse file tree 3 files changed +5
-0
lines changed
themes/galleria/templates Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 3030 "albums_sort_attr" : "name" ,
3131 "albums_sort_reverse" : False ,
3232 "autorotate_images" : True ,
33+ "autoplay" : False ,
3334 "colorbox_column_size" : 3 ,
3435 "copy_exif_data" : False ,
3536 "datetime_format" : "%c" ,
Original file line number Diff line number Diff line change 3939# Path to a CSS file that can be used to customize themes
4040# user_css =
4141
42+ # Enable autoplay (galleria only)
43+ # autoplay = False
44+
4245# ----------------
4346# Image processing (ignored if use_orig = True)
4447# ----------------
Original file line number Diff line number Diff line change 9393 } ) ;
9494
9595 Galleria . configure ( {
96+ { % if settings . autoplay % } autoplay : true , { % endif % }
9697 imageCrop : false ,
9798 transition : "fade" ,
9899 thumbnails : "lazy"
You can’t perform that action at this time.
0 commit comments