I have used an image with <object> tag. But some larger image showing scrollbar in it.
I need to set the image width to 100px width, so how can we edit the shadow element inside the <object> tag?
Tried width="100" to the <object> but showing image width is more than object tag.
Here is the code:
<object data="//via.placeholder.com/645x400" aria-label="logo" type="image/svg+xml" ></object>
<object>instead of<img>? - Nico Shultzimgelement just inside its own document - Nico Shultz