Hi,
If you look at pmdata.no/blogg I would like to resize those images to be a bit smaller, I have tried some code that I have found on the forums, but it only distort the images (scales them down but makes them blurry)
Could someone help me with this?
And I use the masonry element on the FrontPage to show posts. Is there anyway to show the full image instead of cropped images in the containers?
Thanks in advance
Espen
Hi Espen!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.page-id-659 .big-preview.single-big img {
max-width: 66%;
margin: auto;
}
Regards,
Yigit
Thank you so much, that did the trick!
Yigit: you wouldnt happen to know anything about this also:
“And I use the masonry element on the FrontPage to show posts. Is there anyway to show the full image instead of cropped images in the containers?”
Hi,
I’m not sure what you mean by that exactly but I think it’s because the CSS of the masonry element is set to cover the area assigned for the image, so, the image is not really cropped, it’s just covering the area so some image data will not be visible. If this would have been done in a different way it would be very difficult to get the correct look because of differing image sizes.
Thanks,
Rikard
Ok, I understand.
Thanks for the reply. I will just have it the way it was meant to be displayed, no worries.
Thanks
Espen