Page 1 of 1

reducing thumbnail dimension

Posted: 10 Feb 2024, 10:23
by pinkrabbit1357
Hi everyone, I tried to reduce the thumbnail dimension from 100x100 to 50x50 via css and as a result only half of the thumbs is showing and the other half is displaying blank. Is there a thumbnail cap that's doing this? thanks
thumb.JPG
thumb.JPG (55.26 KiB) Viewed 1053 times
https://haohong.photo/x3/travel/Greece-2023/Santorini/

custom css:
.fotorama__nav__frame.fotorama__nav__frame--thumb,  
.fotorama__thumb,
.fotorama__thumb .fotorama__img{
  width: 50px !important;
  height: 50px !important;
}

Re: reducing thumbnail dimension

Posted: 10 Feb 2024, 22:40
by mjau-mjau
I looked into this and tried to solve it, but unfortunately this is caused programmatically by the slideshow. The slideshow has been told to render thumbnails at 100px, and this then causes only a certain amount of thumbnails to "load" into view. This could probably be resolved by editing the Javascript source, but not by simply editing CSS unfortunately.

This is the 3rd party slideshow plugin used:
https://fotorama.io/

Re: reducing thumbnail dimension

Posted: 12 Feb 2024, 14:04
by pinkrabbit1357
thanks for the link. let me look into it. 

Re: reducing thumbnail dimension

Posted: 13 Feb 2024, 01:50
by mjau-mjau
You won't be able to resolve this easily, because the 100px thumbnail sizes are haredcoded into X3 ... Sorry  :confused: