raoul Hi Raoul,
I think I can confirm that it doesn't work.
All the images that we use are 1920x1060, which is the size of our screens.
- I import one and add it to the service
- then go into the images/thumbnails directory and delete everything
- Use OpenP without web remote - this does not re-create thumbnail
- Start web remote and go into slides section that will show the image - this creates a thumbnail at 156x88
- This is the image that is used in the remote
- If you replace the thumbnail with a larger image this is used in the remote
My suggestion would be to find the piece of code that is creating the thumbnails and make it configurable (or fix it at something readable :-)
Addendum: In fact for my usecase, which is just using the remote a work around is to just load the service and then extract all the fullsize images from the osz and put them in images/thumbnails as they have the same name as the thumbnails. This works well on androids, where the images resize in portrait mode, but not so well on the pc. Here a resize to 50% or so seems OK. This does "break" stage view though, where the look is to make the current slide twice the size of those coming. We don't use stage view, but if we did, being able to read the current slide would win out.