grav-plugin-unitegallery
grav-plugin-unitegallery copied to clipboard
carousel tile_width option
tile_width option gives unexpected results; the thumbnail size does not correspond to the value in the option (gallery.html.twig):
<div class="modular-row gallery-container {{ page.header.class }}">
{{ unite_gallery(page.media.images, '{"gallery_theme":"carousel","tile_width":"100"}') }}
</div>
Does tile_width option get passed to unitegallery in resulting html page code?