syamilmj / Aqua-Resizer

Resize WordPress images on the fly
502 stars 205 forks source link

Retina Check #7

Closed mintplugins closed 11 years ago

mintplugins commented 12 years ago

If the user has the wp-retina-2x plugin installed, follow suit and double the width and height of the images.

syamilmj commented 12 years ago

I think you can just put the $width & $height check outside of the function. It would be tiring to keep up with all the available plugins and bundle it with the main script, don't you think?

mintplugins commented 12 years ago

Yeah it was just a thought - what about having an option for it where the user could select whether they'd like to use retina?

syamilmj commented 11 years ago

Retina check should be handled by the theme imo. They can set this before the resizer itself. Thanks for the suggestions though, really appreciate it :)