Before you ask please READ THIS

Retina Error

edited August 2012 in Airlock Posts: 15
I recently went to an Apple Store and checked out your template on a new Retina MacBook Pro with Safari 6. Unfortunately there appears a scaling error if you hover over a picture in the portfolio section.

Could you please take a look at this issue?

It is really important.

Thanks and Greetings.
Leukipp
retina_error.PNG
922 x 787 - 406K
Post edited by Leukipp on

Comments

  • AirAir
    edited August 2012 Posts: 10,970
    Hi Leukipp.

    Retina was pain in ass for developers form beginning. I don't have way to test it, so I could only guess solutions.

    Try editing airlock/common/css/style-light.css ~1065 line

    .alpha-scope img {
    display: block;
    }
    change to:

    .alpha-scope img {
    display: block;
    height: auto;
    width: auto; /* maybe no need for this line */
    max-width: 100%;
    max-height: 100%;
    }
    It should help.

    Same for dark theme version.



    PS. Do you really have such need to satisfy such users? If yes then I envy you your rich customers ;-)
    Post edited by Air on
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion