I have several images in an HTML document. The width of these elements often changes due to the max-width CSS property, which applies to all of them.
I want to know if .jpeg / .png / can be obtained as the actual width. any image files, and the width displayed to the user, this means that I want to know if the images are changing due to the max-width property or not.
Resizing images using JavaScript after loading the page instead of using max-width not acceptable.
monq source share