This topic has 2 replies, 2 voices, and was last updated 6 years, 8 months ago ago by Olga Barlow
Good morning,
Please see the swiper banners below the main revolution slider, the text/button contained within them are being chopped off above and below.
Is there a specific plugin I need for this to make it display correct?
Currently I haven’t installed any of the following theme specific plugins:
360 smart view
Compare
Cookie Notice
Google map
Like 2 discount
Mailchimp
Massive Addons
WishList
WooCommerce Amazon
WooCommerce subscriptions
I have inspected the DOM and found that your demo on https://www.8theme.com/demo/xstore/bike/ has a lazy loader on the images in the banners and does not have the same issue. Could this be the issue?
Where do I switch on lazyloading for these banners if this is the issue?
Thank you!
Hello,
Use the page Custom CSS http://prntscr.com/iotoh0 and add the following code
.banner img {
min-height: 320px;
object-fit: cover;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up