grav-plugin-unitegallery icon indicating copy to clipboard operation
grav-plugin-unitegallery copied to clipboard

carousel tile_width option

Open materjalid opened this issue 7 years ago • 1 comments

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>

materjalid avatar Jan 14 '18 20:01 materjalid

Does tile_width option get passed to unitegallery in resulting html page code?

variar avatar Mar 28 '18 10:03 variar