Repeater takes svg but not PNG

Question:
[Clearly ask your question.]
I am trying to do a repeater with image and text in it. Shown as below screenshot


I have connected to the database. but I somehow find out that if the image is a svg vector file, the image will appear on the website, where as if it is a PNG, it won’t. and my friend told me that wix handle png poorly, it has to be svg. I figure out that since wix is so big and popular, it shouldn’t not able to handle simple PNG. and as name said, it is a vector Art, does that means it only takes vector SVG?

Product:
[Which editor or feature is your question most relevant to? e.g. Wix Editor, Wix Studio Editor.]
wix website edit, repeater
What are you trying to achieve:
[Explain the details of what you are trying to achieve. The more details you provide, the easier it is to understand what you need.]
I am trying to display some text along with a image above it.
What have you already tried:
[Share resources, forum topics, articles, or tutorials you’ve already used to try and answer your question.]
I tried change PNG, I tried to change SVG, all of these seems work only with SVG and PNG just never works.
Additional information:
[Include any other pertinent details or information that might be helpful for people to know when trying to answer your question.]

Vectors are mathematical, you can resize the SVGs as much as you want and they’ll be pixel perfect even at the size of a building

A PNG is a picture, a certain number of pixels by a certain number of pixels, not at all a vector

Wix can use both, but has different elements for them, Image for images and Vector art for SVGs

You may be able to use the SVGs within image elements, so that may allow you to use either or within a single element, but I’m not sure

Worst case, if you mix both, you can hide/show the right elements using code

Hi, Peter_Li !!

To display a PNG image, you should place an appropriate PNG image element on the page and connect that image to a collection. The vector art element only supports SVG images.