New Landing How can we help? Atelier Logo Squashed on Retina Displays

Viewing 7 posts - 16 through 22 (of 22 total)
  • Posted in: Atelier
  • #213430
    Klarity
    Member
    Post count: 183

    Hi David,

    sorry its taken a while heres the screen shot from the ipad (4 retina)

    many thanks,

    Attachments:
    You must be logged in to view attached files.
    #213512
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    I do not have a retina iPad, only retina Mac and retina iPhone. Both of which show the header logo to be really crisp.

    I have asked the team if they can also test this. Can you clear the iPad safari cache?

    This specific media query will target the iPad 4, if the above fails:

    @media only screen 
    and (min-device-width : 768px) 
    and (max-device-width : 1024px)
    and (-webkit-min-device-pixel-ratio: 2) { 
       #mobile-logo img.retina,
       .full-center #logo.has-img a > img {
        width: auto!important;
       }
    
    }

    Thanks.

    #213631
    Klarity
    Member
    Post count: 183

    Thanks,

    Not sure that css has worked?
    you can actually see the issue in the inspect console (in chrome)
    Seems to still be there…

    Many thanks,

    Pete

    #214066
    Klarity
    Member
    Post count: 183

    Just checked this out on the ipad.

    The portrait version looks fine. Just the landscape version where the logo is still squashed.

    (Cache cleared + Css uploaded)

    Cheers,

    Attachments:
    You must be logged in to view attached files.
    #214073
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    Here is a media query for a retina iPad in landscape mode, please place this at the bottom of the custom CSS:

    @media only screen 
    and (min-device-width : 768px) 
    and (max-device-width : 1024px) 
    and (orientation : landscape)
    and (-webkit-min-device-pixel-ratio: 2) {
    
    #logo img.retina {
        width: auto;
        max-width: 110px;
        height: initial;
    }
    
    #logo.has-img img {
        max-height: 95px;
        max-height: initial;
        max-width: 110px;
        width: initial;
    }
    
    }

    – David

    #214236
    Klarity
    Member
    Post count: 183

    Hi David,

    This has resolved the problem. many thanks for your help!

    Best

    Pete

    #214538
    David Martin – Support
    Moderator
    Post count: 20834

    Happy to of helped you Pete!

    – David.

Viewing 7 posts - 16 through 22 (of 22 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register