00s
1 month ago
i know i can use a VPN but it makes my wifi so slow ;-; so i only use it when i really need to
dramaticalmurder
1 month ago
catbox doesnt work on certain internets unfortunately, some providers cannot load it for some reason. i am so upset about this though because my website is like built on imgur ... ough
layercake
1 month ago
honestly I really recommend hosting as much as you can on your site, images tend not to take tons of room and if you are worried about it I'm sure you can resize and or compress images if needed! hosting on your own site also increases load times
the gallery loads within a few seconds for me so we *are* fine, just thinking for future purposes
i guess it depends on how large you want your art to be displayed. i always resize my stuff to 25% of the original file size and use jpeg (though webp would save more server space) so i guess it depends on whether or not u want them to be highres
i use opti-webp (you can find it on github) to bulk convert all the images i have in a folder to webp (you can even set a max width and height and put in a custom path to save all the new converted images). the only issue is you'll have to change all the names of the images in your code from .png to .webp, but if you use a code editor like visual studio code i'm pretty sure you can use find and replace to do that.