Andreas Thuresson

Results 7 comments of Andreas Thuresson

Yes, thank you that does seem to fix the issue. Btw, speaking of next release, if you want some ideas for new plugins here are a couple (I don't have...

My vote would be for a ban list for active windows that should prevent the trigger. Fullscreen games is not the only time this would be useful, it would also...

Something to consider when implementing this, with SVG another nice feature that could be added at the same time is the possibility to index diagrams. That way you could find...

> Sorry for spamming this. I have used Luminous library in the end. Paste this into your custom head code under settings: > > ``` > > > > window.onload...

As a workaround you could change it to ``` window.onload = function() { if(document.location.toString().match('disableImagePopup')) return; let lgs = document.createElement('script'); lgs.onload = function () { new LuminousGallery(document.querySelectorAll("main img"),{arrowNavigation: true},{sourceAttribute:"src",closeWithEscape: true,onOpen:() =>...

> @ssddanbrown > > > ``` > > > > > > .lum-lightbox.lum-open {z-index: 999;} > > > > const images = document.querySelectorAll(".page-content a > img"); > > for (const...

I have a similar issue that could have the same cause, for me the steps are. 1. Have multiple pages as a start page one of which is set to...