force image resize width and height

PHOTO EMBED

Fri Oct 15 2021 20:01:20 GMT+0000 (Coordinated Universal Time)

Saved by @mmerkley #html

img {
  display: block;
  max-width:230px;
  max-height:95px;
  width: auto;
  height: auto;
}
content_copyCOPY