Using plain tags is it possible to offset the image in the same way as you can with CSS background-image and background-position?
There are main images o
Unfortunately no, it's not possible with only an tag. There are 2 solutions I can think of to your problem:
CSS background-image
Create a CSS clipping Use the You can read more about it in this article.
clip-path property to only show a section of the image: