AngelJumbo / gruvbox-wallpapers

Gruvbox theme Wallpapers
https://gruvbox-wallpapers.pages.dev/
404 stars 51 forks source link

The images take a long time to load in the Webpage. #27

Open seth0xd opened 2 months ago

seth0xd commented 2 months ago

maybe adding smaller images just to view them in the webpage and href them to the original ones would fix the problem

AngelJumbo commented 2 months ago

I can't do any prepossessing of the images, at least not in the way that the site is generated right now. I would have to pay to do that on the server or doing it manually every time that someone contributes a wallpaper.

seth0xd commented 2 months ago

I see, well if you decide to go with the manual approach let me know if I can help

AngelJumbo commented 2 months ago

I don't want to polute the repo with compresed images so a manual aproach it's not really an option, BUT I think I found a way to do this on the server, I will test it later.

seth0xd commented 2 months ago

Awesome good luck with that!

AngelJumbo commented 2 months ago

it did not work, but I'll try another day.

lordofwizard commented 1 month ago

@AngelJumbo How about you take the submissions from the user for a specific resolution compressed image. and on the click on that compressed image it will take you to the github page with the actual image(full uncompressed resolution).

and let the users. do the compression using a universal compression while submitting.

either via a imagemagik command or via a jpg/png compression website.