Default album with a slider
<album
layout = "tiles" optional
slider = "slider-default" optional
>
Album with a lightbox having title and description
<album
layout = "tiles" optional
slider = "lightbox-default"
>
Album with a lightbox, object-fit:cover
<album
layout = "tiles" optional
slider = "lightbox-default"
img_style = "object-fit:cover"
>
Points
<album
layout = "points"
slider = "slider-default" optional
>
Slideshow, default timeout 3 sec.
<album
layout = "slideshow"
slider = "slider-slideshow" optional
timeout = "3" optional
>
Slideshow, timeout 5 sec, zoom animation, object-fit:cover in slider.
<album
layout = "slideshow"
slider = "slider-slideshow" optional
class_animate = "w3-animate-zoom"
timeout = "5"
slider_img_style =
"object-fit:cover;width:100%"
>