• Resolved snippet24

    (@snippet24)


    So basically instead of creating 2x retina images based in actual sizes, to allow to create 1x retina images based on actual sizes.

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Jordy Meow

    (@tigroumeow)

    Hello,

    Can you explain a bit more?

    Thread Starter snippet24

    (@snippet24)

    Yes, let’s say I have the following media image size in WordPress:
    medium: 600px for 2x
    large 800px for 2x
    So instead of creating images as this
    medium:1200px
    large: 1600px
    Do this instead
    medium:300px 1x
    large: 400px 1x
    In other words to create 1x image sizes instead of 2x image sizes

    • This reply was modified 5 years, 4 months ago by snippet24.
    • This reply was modified 5 years, 4 months ago by snippet24.
    Plugin Author Jordy Meow

    (@tigroumeow)

    I still didn’t really get it ?? Or maybe you don’t understand how the plugin works and we are having a total misunderstanding?

    You upload an image, WP creates its sizes, Retina creates the Retina sizes for those sizes. That’s basically it.

    Thread Starter snippet24

    (@snippet24)

    I will explain in another way: I upload an image, wp creates the retina sizes for those images, the Retina plugin creates the regular 1x sizes.

    • This reply was modified 5 years, 4 months ago by snippet24.
    Plugin Author Jordy Meow

    (@tigroumeow)

    What is possible with the Pro is to use a specific uploader (which resembles the standard one) and will set the uploaded file as the retina version for the full size. The standard full-size version will be created by being divided by two. And the alternative sizes will be created naturally by WordPress as it always does (and the Retina plugin will also add the Retina sizes for it).

    Thread Starter snippet24

    (@snippet24)

    Ok that means I can’t test it :/
    but should be possible..

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Instead of creating Retina ready images, allow to create 1x images’ is closed to new replies.