I’m trying to use the image Carousel to display a scrolling row of logos, all of which are saved at the target size approx 180 x 90. When I use “thumbnail” or “full” or even a direct size “180×90” in the image size field, the component doesn’t respond. Instead, in every case, I see the image scaled up to fill the entire 1250px width of the container.
When I looked at the code in the inspector I see that each link element has in-line styling forcing it to be 1250px wide.
…
… (note here, that when a custom URL is set, the class name disappears too)
So I was able to hack a work around in CSS with this:
a.kleo-gallery-img, .kleo-carousel a {width:auto !important;}
But this isn’t the best solution. Can you help get the component working? And what’s up with the inline 1250px width?
I’m running Kleo 3.0.9 and viewing in Chrome 45.0.2454.46 beta (64-bit) on a mac.
Attachments:
You must be
logged in to view attached files.