|
|
|
|
|
by absoluteunit1
195 days ago
|
|
I love working with SVGs. We use SVGs on https://typequicker.com/press for the blog post hero images. This way - even if the user changes themes, the colors of the image will be consistent with whatever theme is currently active. Also - the loading time is near-instant since we don't need to fetch the img file for the blog post image - just render the svg. |
|