I have a collection of images on an HTML page. All of them have the width and height attibutes set:
<img id="pic128540" width="88" height="78"
src="/document/show/0759122435f5333493726f9f1a845490?type=THUMBNAIL"
alt="2561_66794361-ad70-4b09-9dc6-4bc2e7024378_max_550_800.jpg">
see: https://jsfiddle.net/papa_zulu/7vp4xvgc/
If, for some reasons, the file is missing the alt text is displayed. This is correct. But I would like the size of the picture to remain constant (kind of clip the overflow) as specified in the width and height parameters.
Is there any way to do it?