Workaround:
.helper img {max-width: 180px !important; max-height: 150px !important;}
Bruno
Bruno, I’m suddenly having the same problem but trying your CSS hasn’t helped, any other ideas?
My problem lies here: http://uckfieldfestival.co.uk
Works well in Chrome and IE. However I have a bug in Firefox. Slider logos goes to right side when slider by itself loading in all wide of page. Here is a screenshot. Site: http://pit-stop.lv
This has fixed for me:
.bx-wrapper ul.kiwi-logo-carousel.align-center li img {max-width:150px!important; max-height:100px!important;}
Thnx. Where did you put it?
In my theme file, style.css.
No changes after editing it on my theme.
Hello jusc, what have you done to solve your problem? I have the same issue.
I’m having the same issue. After trying the solution from @oogly , the pictures overlap less than before.
The page where I use this plugin is at: http://juliawang.net/#clients
Anyone has a solution? Thanks.
wmja your slider works well on my pc from firefox.
Just tried the fixes recommended here, did not work for me. Additionally, in Chrome, the bottom of the images is cutoff.
Having the same problem in firefox. How can we fix this?
Hi guys,
This is a simple styling issue. If you go to your theme’s (or child theme’s) style.css file, add the following line of code:
.bx-wrapper ul.kiwi-logo-carousel.align-center li img { width: 100% !important; height: auto !important; }
That should fix it!