Not all thumbnails are shown
4 years 10 months ago - 4 years 10 months ago #56743
by nierewa
Not all thumbnails are shown was created by nierewa
Hi,
I use slideshow CK Pro 2.1.0. Really great extension.
But there is an error. I have 10 images but only 9 thumbnails are shown.
How can I fix that?
Thanks for your help
I use slideshow CK Pro 2.1.0. Really great extension.
But there is an error. I have 10 images but only 9 thumbnails are shown.
How can I fix that?
Thanks for your help
Last edit: 4 years 10 months ago by nierewa.
Please Log in or Create an account to join the conversation.
4 years 10 months ago #56749
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Not all thumbnails are shown
Hi
this is due to a calculation issue, probably given by a CSS conflict
you can fix that using a custom css rule
you can adapt the width to the number of images
CEd
this is due to a calculation issue, probably given by a CSS conflict
you can fix that using a custom css rule
Code:
.camera_thumbs_cont ul {
width: 1250px !important;
}
CEd
Joomlack Webmaster and Developer
The following user(s) said Thank You: nierewa
Please Log in or Create an account to join the conversation.
4 years 10 months ago #56750
by nierewa
Replied by nierewa on topic Not all thumbnails are shown
Ah, ok.
This fix it.
I set the width to auto before but than I could not navigate through thumbnails.
Thanks a lot
This fix it.
I set the width to auto before but than I could not navigate through thumbnails.
Thanks a lot
Please Log in or Create an account to join the conversation.
Time to create page: 0.204 seconds