edge case which may make images look bigger
-
Jordy,
Very nice plugin, super job! This isn’t really a problem, but an observation.When I tested it, it worked great. The way it’s organized is super, because I was concerned that all the 2x images would be mixed in with my other media, and you solved that problem. Really nice!
Here’s a funny little thing that may confuse some people. I have a bit of CSS whose intention is to help with sizing images responsively.
img { height: auto; width: auto; }
When this is there, if you have an IMG tag with particular dimensions, the above CSS will override that, so that even though your good 2x image is working, it will display at the larger image size. In other words, it will look too big.
If you agree, maybe this could go in the FAQ. ??
Keep up the good work,
Dave
- The topic ‘edge case which may make images look bigger’ is closed to new replies.