Sets the width and height of all images on the page based on their src attribute.
The src attribute should contain width and/or height values in the format "width=100" or "height=100".
If jQuery is available, this function uses jQuery to select the images. Otherwise, it uses pure JavaScript.
Sets the width and height of all images on the page based on their
srcattribute. Thesrcattribute should containwidthand/orheightvalues in the format "width=100" or "height=100". If jQuery is available, this function uses jQuery to select the images. Otherwise, it uses pure JavaScript.Usage:
Output: