$(document).ready(function() { $('img').each(function (index, element) { $(element).attr('alt', $(element).attr('src')); $(element).attr('height', $(element).height()); $(element).attr('width', $(element).width()); $(element).attr('src','//images.weserv.nl/?url='.$(element).attr('src').'&fit=inside'); }); .find('img').attr('alt') .find('img').attr('src') .find('img').attr('height') .find('img').height() .find('img').atrr('width') .find('img').width() });
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter