In photo contests, when a user clicks on the image, it is displayed at the same size regardless of resolution, resulting in images being pixelated. Is it possible to choose a smaller zoom size (or to just limit the zoom based on resolution)? Thanks!
This is not so easy because the complete lightbox with features like fullscreen and hiding controls is build to show images as big as possible. It is also not possible to change this with custom css because there is yet no css attribute capable to do this in our markup.
It may help in your case to change the layout of the overview? If you click the edit symbol on the upper right corner of the images you can switch for example to a single column layout.
Thanks for this. I am trying the single column, which is better but still a bit big for the resolution of the images. Thank you!