MadeBaruna / pom-moe

Mozilla Public License 2.0
86 stars 10 forks source link

jpg banners are broken #24

Open ZinovievVladimir opened 8 months ago

ZinovievVladimir commented 8 months ago

Hi! As I can see, you are support only .png extension of files in your .svelte file: https://github.com/MadeBaruna/pom-moe/blob/main/src/routes/warp/%5Btype%5D/%2Bpage.svelte#L182 But you've uploaded many banners in .jpg format (ex. https://github.com/MadeBaruna/pom-moe/blob/main/static/images/banners/Butterfly%20on%20Swordtip%202013.jpg). So script doesn't get them properly.

image