PretendoNetwork / archiverse

The biggest Miiverse archive on the Internet
https://archiverse.pretendo.network
GNU Affero General Public License v3.0
6 stars 0 forks source link

[Enhancement]: Make the website logo smaller #3

Open superfever3000 opened 4 weeks ago

superfever3000 commented 4 weeks ago

Checked Existing

What enhancement would you like to see?

The current logo is a 10165x2285px image, which is way too much for a website that displays said image in 208x47px. It would be great if the logo was scaled down to a reasonable amount.

Any other details to share? (OPTIONAL)

No response

binaryoverload commented 4 weeks ago

That's a pretty large image! The image appears to have been exported from an SVG, so it makes sense to use the SVG directly as the image.

SVG is natively supported by all modern browsers in the img tag, so it can directly replace the current image

kyle1373 commented 3 weeks ago

I actually did not know it made that big of a difference! Yes the image was converted from an SVG. I will fix this when I get around to it (hopefully in the next few days)