Tagged Questions
1
vote
3answers
466 views
add_image_size and iPad Retina Display (high pixel density)
i was just wondering if anyone has come up with or thought about a solution for inline images and the new iPad coming out.
i would love to use a combination of add_image_size and this jQuery Script ...
1
vote
2answers
856 views
Combining media queries with image sizes
I have a set of image sizes for WordPress that look like this:
add_image_size('1039', 1039, 697);
add_image_size('960', 960, 644);
add_image_size('800', 800, 537);
add_image_size('768', 768, 515);
...