I found today that using the 'li' tag is the best way for me to centre align text with images easily.
All is perfect, until I want to use retina.js for HD images for HD/Apple retina displays. On a normal (non-HiRes display) the image shows great, then on a HiRes display any image with @2x gets its height squished.
I found today that using the 'li' tag is the best way for me to centre align text with images easily.
All is perfect, until I want to use retina.js for HD images for HD/Apple retina displays. On a normal (non-HiRes display) the image shows great, then on a HiRes display any image with @2x gets its height squished.
Any thoughts on workarounds, solutions?
Thanks in advance :)
FIXED:
I changed the 'padding' to 'margin' for the img CSS property