responsive_image_tag icon indicating copy to clipboard operation
responsive_image_tag copied to clipboard

Allows you to specify two images in a responsive_image_tag, and includes a javascript generator which will rewrite the DOM, requesting the correct image based on the screen size of the current client...

Results 1 responsive_image_tag issues
Sort by recently updated
recently updated
newest added

I've been thinking of a very similar technique (you guys beat me to it - well done!). I wonder tho why your using SPAN and not an IMG tag (without...