Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #331741
    Stefan
    Participant

    hello,
    How can I prevent the image on the homepage from being enlarged?
    It becomes blurred and only shows a section of the original image.

    see at: selinagraf-beauty.de

    kind regards

    Stefan

    #331758
    tikaram
    Keymaster

    @coriopat : The issue is caused by the larger portion of text content on your page. If you can limit the text the image will not be enlarged. If you would like to display the text content as it is now please add the following additional css.

    #hero-section .post-thumbnail {
      background-size: contain;
      background-repeat: no-repeat;
    }

    Let me know if this helps you out.

    Regards,
    Tikaram

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