André Wolff

Results 148 comments of André Wolff

> It is not true that it works only there. If you download the JG repository it works too in `/test/main/margins.html` that is a webpage with just the essentials (no...

If I use a border of 1 pixel with this css code: .thumbs-jg img { cursor: zoom-in; box-sizing: border-box; border:1px solid !important; border-color: rgba(0,204,0,1.0) !important; padding: 3px!important; border-radius: 4px; }...

It works with WebP images without problems as you can see in this test album: https://andrewolff.jalbum.net/PS_JustifiedGallery_white/

Yes I can use also a jpg fallback, see here: https://andrewolff.jalbum.net/PS_JustifiedGallery_white/ I use this code: ``` ```

Suppose the height should be 20% of the screenheight, you could use this code (relThumbHeight=20) screenHeight = screen.height; if (screen.width < screen.height) screenHeight = screen.width; if (relThumbHeight > 0) {...

I use Justified Gallery – v3.6.5 which shows this jumpy contents: Open https://andrewolff.jalbum.net/Vecht_SaharaN_PS/ on a PC and makes the window so large that you don't see a vertical scroll-bar at...

@biziclop I don't understand why like to crash my face because I allow navigation via keyboard keys! But never mind, I have a work around for the jumpy display problem:...

This is only a problem on PC's, so the best way to solve this problem is to hide scrollbars on a PC and use only mouse-wheel for scrolling. See here...

I vote too for this feature, but it should be possible to scroll to the other rows. So if you choose to display 2 rows, it should be possible to...

Just another approach: I show the captions as small popup hints which can also be used on mobile devices, see the first and third thumbnail in [this album](https://andrewolff.jalbum.net/FB_JustifiedGallery/). But of...