Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #484387

    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

    #484420

    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

    #484425

    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?”

    #484749

    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

    #484902

    Ok, I understand.

    Thanks for the reply. I will just have it the way it was meant to be displayed, no worries.

    Thanks
    Espen

    #485161

    Hi,

    Thanks for understanding, please let us know if you should have any more questions or problems on the topic.

    Regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.