Resize Image - Question | JoomShaper
SP Page Builder 6 is Here! Learn More →

Resize Image

OC

Omar Cappelli

Extension 3 years ago

Hi, can you please tell me how to resize image on zoom view click? I would like to have smaller than the original size,

0
6 Answers
Ariba
Ariba
Accepted Answer
Support Agent 3 years ago #56143

Kindly remove the previous css and add this instead:

.featherlight {
    z-index: 9999;
}

This will show the full image on zoom view.

0
Ariba
Ariba
Accepted Answer
Support Agent 3 years ago #56117

Hello

Thank you for your query. Could you kindly provide your site URL, please? Also, please highlight the image sharing a screenshot, that you are talking about here. That would be helpful.

0
OC
Omar Cappelli
Accepted Answer
3 years ago #56122

Thank you Ariba. It's a work in progress site: http://omarc6.sg-host.com/ruggeri/index.php

Take a look at the bottom of the homepage. As you can see, on zoom view click, every image seems to be cut on the top. I would like to have smaller ones to avoid that problem.

0
Ariba
Ariba
Accepted Answer
Support Agent 3 years ago #56140

You are welcome.

Kindly add the following css rule in custom css section

.sp-simpleportfolio .sp-simpleportfolio-item:hover .sp-simpleportfolio-img {
    -webkit-transform: scale3d(1.05,1.05,1);
    transform: scale3d(1.05,1.05,1);
}

Hope this helps you

0
OC
Omar Cappelli
Accepted Answer
3 years ago #56141

Just added the css but nothing changed...images have the same size

0
OC
Omar Cappelli
Accepted Answer
3 years ago #56144

Thank you

0