• Resolved kaeron87

    (@kaeron87)


    I’m working on a website witch is generally based on image sizes and correct size proportions. The used method is retina.js. Since the update to version 3.4.2 i have problems with really strange cropping. for example my style is W300xH600 the now generated image has a correct name exmaple-300×[email protected] but the actual size is W600xH1050. I struggled a lot to finde the reason what is going wrong.

    My Question is now is there a reason why this is happening? Because i saw that you hinted an option in the pro Tab witch saith “With the Pro version, full support for the Full Size Retina will be added.” Those my problem related to this Pro Feature and can befixed with buying the pro version of your plugin?

    Update: I worked on another page witch is using your plugin as well and the issue seems not to appear in version 3.2.6 so the error seems to be between 3.2.6 and 3.4.2

    https://ww.wp.xz.cn/plugins/wp-retina-2x/

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

    (@tigroumeow)

    Hello,

    Haha, no, the Pro version doesn’t “fix” the normal version. It just more features. I wouldn’t do such a trick 🙂

    I feel like there is a bug somewhere, on my side. I enhanced the plugin a lot in the very recent versions and I might have introduced a bug in the middle.

    Can you make me a very simple example so that I can reproduce this bug? Like set-up an image size of 200×400 in the settings, upload an image of this size and check the result? I would like to follow step by step what you do and see what I get. If I can reproduce it easily, then I can also fix it super easily 🙂 And I will do it quickly, I promise 🙂

    Thread Starter kaeron87

    (@kaeron87)

    i added in the functions the following image size
    add_image_size( 'testing', 200, 400, true );
    the generated retina size is now 400×225

    Plugin Author Jordy Meow

    (@tigroumeow)

    Can you give me the URL of the standard “testing” image size created by WordPress and the one created by Retina?

    Tried on my install but the standard resized image and the retina one had the same ratio.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Imagesizes wrong cropped’ is closed to new replies.