One massive help provided by CSS in aiding developers to create responsive designs is max-width. I always set img, iframe, and embed tags to max-width: 100% so that they aren't allowed bleed through their parent and stretch the page on mobiles, but I recently asked myself if it was possible to get an image's "true" size with JavaScript. I wanted the real image dimensions without any CSS modifica

