variar / grav-plugin-unitegallery

Grav plugin to create image galleries with unitegallery js library
MIT License
19 stars 5 forks source link

carousel tile_width option #17

Open materjalid opened 6 years ago

materjalid commented 6 years ago

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>
variar commented 6 years ago

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