5 ms·
If you specify both a width and height, it's not going to be very responsive.
by zeroimpl 6y ago
If you specify both a width and height, it's not going to be very responsive.
- bfred_it 6y agoThe attributes are overridden by CSS. You should have: max-width: 100%; height: auto; What the other user is talking about is a new feature that FINALLY uses the attributes to preserve the ratio before the image starts loading. Kinda ridiculous that we had to wait 8 years of “responsive design” before they realized that this was always supposed to happen.