Anton Filimonov

Results 378 comments of Anton Filimonov

23.06 builds should behave better for this case

Somewhat connected to #22

That's a good start! Moving all escape handling to a separate class should make it easier to reuse. In current implementation escape sequences are dropped when reading lines from file....

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

@MrMacStripe could you give an example of possible usage syntax for this? One solution might be to implement custom twig filter function that will select several images from page.media.images array....

Hi, To create a gallery you should call `unite_gallery` function from some twig-template and use this template for your gallery page. I've added more examples to Readme.md. See if it...

This plugin can't create markup for video. I'll look into it, but pull requests are welcome :)

I am sorry, but for now I do not have any spare time to support this plugin.

Masonry theme as I see in github (https://github.com/koca/grav-theme-masonry/blob/master/templates/partials/base.html.twig) loads jquery in page footer. Moving jquery loading to page header should make gallery work. This can be done by adding jquery...

Hi, that is really an impressive usage of this small plugin. Unfortunately, my plugin only passes options to unitegallery code, and I'm not very good at understanding it. If resulting...