Forum
SVG Thumbnail in Admin
Hopefully a quick one - Why would my SVG images be showing fine in my Assets but when added to a region in an Image field type the thumbnail disappears?
Hopefully a quick one - Why would my SVG images be showing fine in my Assets but when added to a region in an Image field type the thumbnail disappears?
Does the SVG have a width and height?
Where would I define the height x width? In the field type or when the SVG is saved?
In the
<svg>
tag. It might have awidth
and orheight
or it might have aviewBox
.in the <svg> tag it has viewBox="0 0 250 250
Ok, this should be improved in the next version.