Hi,
How can i change the size of the images showing in ajax portfolio display?
I changed the “gallery size” to maximum width 600px x maximum height 600px with the simple image size plugin but whatever size i am uploading f.e 600×600 it resizes to 684×684.
thanks
Hi saquasar!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
.portfolio-preview-image {
width: 600px;
}
Cheers!
Yigit
Hi Yigit,
It’s working for the image but do i have to change also the size of the “portfolio.preview.content” because now it’s smaller.
And an additional question,is it possible to add the hover effect of masonry gallery to ajax portfolio gallery or where can i add my own css hover effect?
Hi!
You can add this on your custom.css or Quick CSS:
.portfolio-preview-content {
width: 40%;
}
Please hire a freelance developer to add a masonry gallery hover effect.
Best regards,
Ismael
Hi Ismael,
Ok with the image size and content.
Can you please tell me where can i add my own css code for the hover effect of portfolio?