Urgent UI bug
-
There is a bug displaying logos inside the logo carousel. If you add different logos with different heights (which is normal), the height of the logo slider gets huge which is okay until I set a fixed image height. If I do so, the wrapper gets set to the correct height but the images are all cropped!
This can be fixed by applying this code:
.wdcl-carousel-item div, .wdcl-carousel-item div, .wdcl-carousel-item div img .wdcl-carousel .wdcl-carousel-item a, .wdcl-carousel .wdcl-carousel-item a img { max-height: <height from the et-fb-logo_height-number>; }
This will inherit the height to the below div or a wrapper and the image inside.
- The topic ‘Urgent UI bug’ is closed to new replies.