Hi, this forum is great!
I need help:
How do I insert a 250x186 image into the J51_Carousel module?
I'm in the Trinity template and the image is always too big.
Thank you
Elisa
To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
.owl-carousel img {
max-width: 250px;
}
This will ensure any image in your carousel will not exceed 250px in width.
There are no replies made for this post yet. Be one of the first to reply to this post!
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »