You can apply it as a background element: .star { background: url(star.svg); display: block; width: 83px; height: 83px; background-size: 83px 83px; } 37
SVG You can control the color of inline SVGs with CSS using the fill CSS property. But inlined SVG removes cacheability and makes your HTML file size larger. So, as with everything else, test it.
WebP Employs a methodology from a video codec to compress keyframes in videos. Predicts a value, then encodes the difference between the prediction and actual value.
@lara_hogan We ran all PNGs in Etsy’s templates through extra compression. 44 Average per-file space savings 19.76% Total bytes before optimization 223,997,522 Total bytes after optimization 124,675,640 Total space savings 44.34%