Home Forums Pro Themes Kids Education Pro Images larger than suggested size?

Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #89302
    Daniel Halstead
    Participant

    Once again REALLY GREAT TEMPLATE!

    I have nearly finished the site and noticed all the images that I insert to content is larger than the selected size example: http://facettherapy.co.uk/time-2-play/
    if you scroll down and notice the penguin that image is only supposed to be 150×150 (the size i have selected in the edit image, in the main content) yet it shows large and blurry the same goes with the time 2 play image at the top, this image is supposed to be apx 1/3 the size it shows.

    How do i get it to show the size i actually want?

    #89386
    wensolutions
    Keymaster

    Hello,

    When we inspected your site URL, we found that the thumbnail images width is set to 100% which is the reason why the images are large and blurry.

    To fix the issue, please add the below-given CSS by going to Admin Panel > Appearance > Customize > Additional CSS

    article img {
        border: 5px solid #fff;
        border-radius: 50px;
    }

    Hope this helps,

    Regards!!

    #89735
    Daniel Halstead
    Participant

    I am afraid I have tried this and the images are still larger than what they should be.

    The original images are only 150X198 and that is the size I want them to be.

    cheers

    #89796
    wensolutions
    Keymaster

    Hello @haldarulon,

    please add below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.

    article img {
        width: auto;
    }

    Hope this helps.

    Regards!!

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