• Hi again,

    I was wondering if GP or GP Premium are able to manage retina displays, or I’d rather use a plugin or script like Retina JS.

    And, if I need to use third party code, would you be so kind as to give me any tips?

    Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author Tom

    (@edge22)

    Hi there,

    Which elements are you wanting to make retina ready? The logo?

    If so, the best way is to upload an image twice the size of what will display.

    So if you want your logo to be 100×100, you would upload a 200×200 image, and then add this CSS:

    .site-logo img {
        width: 100px;
        height: 100px;
    }

    Let me know if you need more info ??

    Thread Starter serglezo

    (@serglezo)

    Hi again Tom, thanks a lot for your quick answer, as usual.

    In particular I was thinking of every image… I was about to follow this tutorial on how to make WP show images twice the size automatically and I was wondering if maybe GeneratePress did the same think (since the tutorial is from 2015) and I could create conflicts because of that.

    Cheers,

    S.

    Theme Author Tom

    (@edge22)

    Have you looked into using a plugin like this?: https://en-ca.www.ads-software.com/plugins/wp-retina-2x/

    Thread Starter serglezo

    (@serglezo)

    Do you recommend it? is it compatible? I was thinking of doing it the other way because I believed it would be better

    Theme Author Tom

    (@edge22)

    It should be compatible. It’s very popular (100k + active installs), so I assume it’s very good ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Retina ready? retina tips?’ is closed to new replies.