Hello,
Blocs 6 is amazing, thanks!
I have make test gallery which located in subfolder and find what blocs not correct generate path for webp images. It generate path only to root folder. In my case it is srcset=“img/19487_02.webp but must be srcset=”…/…/img/19487_02.webp
Sample code from project below:
<picture>
<source type="image/webp" srcset="img/19487_02.webp">
<img id="lightbox-image" class="img-fluid mx-auto img-protected" src="../../img/19487_02.jpg" style="display: block;">
</picture>