Pablo Iranzo Gómez
Pablo Iranzo Gómez
I've removed the nowrap -> wrap and it shows the miniatures in bigger size and several rows. Was that discarded for any specific reason?
~~~diff diff --git a/static/css/gallery.css b/static/css/gallery.css index c45e28a..edabec9 100644 --- a/static/css/gallery.css +++ b/static/css/gallery.css @@ -1,6 +1,6 @@ div.elegant-gallery { display: flex; - flex-wrap: nowrap; + flex-wrap: wrap; flex-direction: row; justify-content: center;...

One of the points of using photoswipe is that we can place the photoswipe code anywhere in the article, so if we want to create an article with lot of...
Variable to disable would be easiest without requiring a fork. A per page should be similar. Per block would be great but no easy way to get that sorted out....
https://github.com/iranzo/iranzo.github.io/blob/source/content/2020-02-19-imgur-jasvascript-for-photoswipe.md
Added PR for this on #733
https://json-ld.org/playground/
There are plugins for helping on multi-language sites even, I've tried those with other themes before I got to Elegant but was somewhat painful (or didn't manage to configure correctly),...
Can you check the pelicanconf.py file if it's specifying any template mentioning github.html? Can you provide links or source code of your site?