You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 9, 2018. It is now read-only.
The current sizing property use for SVGs does not produce the same results with PNGs. The result is large SVG representation when compared side by side to the PNG fallbacks.
[class*='svg-'] {
...
background-size: 100%; /* This one */
}
The text was updated successfully, but these errors were encountered:
The current sizing property use for SVGs does not produce the same results with PNGs. The result is large SVG representation when compared side by side to the PNG fallbacks.
The text was updated successfully, but these errors were encountered: