I have a list of images. All svgs are perfectly formatted in the list and I learned that there is some way to create a svg code that contains jpgs/pngs. So I'd like to create the code for a svg Image that centers a jpg/png file. Is that possible?
If that wasn't clear enough here is some Pseudo of what I'm trying to do:
<img class="imgSizing" src={svgCentersPng} />