Images Large - Question | JoomShaper
SP Page Builder 6 is Here! Learn More →

Images Large

F

fabiana

Extension 3 years ago

http://admin.santoybuenamor.com/veravento/index.php/buy/22-propiedad

I want to upload the photos in a smaller size than the slide suggests and they are huge how can I correct it

0
2 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 3 years ago #59854

Hi there!

Thanks for your query.

You can use the following code in your custom CSS:

#spproperty.spproperty-view-property .owl-carousel .owl-item img {
    width: auto;
    margin: 0 auto;
}

You can modify the width value as per your choice in the above code. For example you can put prcentage value (80%), pixel value (500px) etc. etc.

Best Regards

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 3 years ago #59991

Thanks for accepting my answer!

Hope that helped:)

0