Header Image - Acme Themes

Tagged: , ,

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #44269
    Eric Brionez
    Participant

    I’m trying to replace the header image but it’s coming in extremely pixelated. I have high resolution image at 1920 by 1280 pixels suggested but still not working and it’s cropping it too zoomed in.

    Take a look here: http://new.gptny.com/

    #44308
    Acme Themes
    Keymaster

    Dear Eric,

    Please go to Appearance => Customize => Header Options => Header Image ,

    Best Regards!
    Acme Themes

    #44314
    Eric Brionez
    Participant

    Hello, I can be able to add images there that way, but can you resolve the issue of why the images keep being so pixelated an the template zooms in to the image too much? I’m resizing the images to recommended sizes.

    #44361
    acmesupports
    Moderator

    Dear Eric,
    By default, the recommended size for the header image is 1920 by 1280 pixels so if you use this size then the image will appear clear in your website.

    Best Regards!

    #54404
    Torsten Fuchs
    Participant

    I have a problem with the header picture. with iPad the is only a little part shown. Has the tamplate noch responsive Webdesign?

    #54423
    acmesupports
    Moderator

    Dear Torstren,
    Yes, the theme is highly responsive. Could you provide us the URL of your site or screenshot of your issue so that we can observe it and provide you with a possible solution?

    Best Regards!

    #54429
    Torsten Fuchs
    Participant

    site is http://www.milchzahn-muelheim.de I have the medical circle pro template. On Desktop is everthing normal, but on iPhone or iPad the head picture is really big not in the background.

    Best regards

    #54514
    acmesupports
    Moderator

    Dear Torstren,
    Our developer team shall observe your issue and reply to you soon.

    Best Regards!

    #54571
    Torsten Fuchs
    Participant

    Thank you. I am waiting for reply

    #54615
    acmesupports
    Moderator

    Dear Torsten,
    Such issues are common for the iOS devices as Safari browser still does not support background-attachment: fixed; property. But it should not appear on the Android devices.
    But you can add the following code in Additional CSS. It will solve the issue.
    Appearance > Customize > Additional CSS

    @media(max-width:767px){
       .inner-main-title {
          background-attachment: scroll !important;
      }
    }

    (Note: It will change in all mobile devices)

    Best Regards!

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