Fix - SVG not shown in Firefox
SVG-Image not visible only in Mozilla Firefox? Try to add a (minimum) pixel width on the <img>
.
img {
min-width: 130px;
}
- - Site preview
SVG-Image not visible only in Mozilla Firefox? Try to add a (minimum) pixel width on the <img>
.
img {
min-width: 130px;
}