Nice images as always, good to have you back.
Keep up the amazing work!
I see you have your own website now (tho i can not open any image there - something wrong with my browser? or it requires login?)
Viewing post in 784 Landscape Backgrounds | MJv5 comments
thanks for letting me know the site isn't working for you its dream dash of dash light.com or
put another way dream-of-light.com
you should see the following at the top right when going there...
then if you select Icons
You should see the above, I've rolled over Accesories
and if I click that...
it should show Accesories, I now click on v5 Rings and see (by the way any of those little download buttons at the bottom right of each image will download that album)
you can then adjust how columns are visable in the top right...
as it is its three columns, changing it makes the screen look like
this for 6 columns.
At the bottom left is a one click download button for the album and clicking any of the images will download just that image
Please let me know if it works for you... I'm very curious as to what the problem you ran into was as this has been my project night and day for awhile
I see, well that sucks, I had no idea imgbb was using trackers. thats how I'm hosting the images so I don't know what to do. I don't know how to have the website without someone else hosting the images because a single person could view several gigs worth of images really easy and I can't provide that unless it's free or cheap for me to do so. I'm sorry the site doesn't work for you. I've tried on Edge and Chrome as well as my phone with no problems, I don't know what to tell you but thank you so much for making me aware. I will try to find another solution
I wanted to make sure the issue is not within my linux systems, so i opened up a windows10 instance in virtualbox, tested with chrome and edge as you wrote before, but same.
As a last ditch effort I connected to a VPN and now it... sort of works:
Not all images load still, some got 404 still, but i guess it was some weird network issue? Maybe my ISP just hates imgbb.
Download works too.
It turns out the issue was indeed on my side. Sorry for making trouble for you. Great site.
After talking to Claude 2 there are a few potential things
------------
There are a few things that could potentially trigger tracking blockers on this page:
- Google Analytics (gtag.js) - The Google Analytics tracking code at the top of the page will be blocked by many ad blockers and privacy extensions.
- External asset links - Links to JS files hosted on external domains like jszip.min.js and FileSaver.min.js could also trigger warnings in some cases.
- Fetching remote text files - The code that fetches text files from js/Icons/ and js/Backgrounds/ folders could trigger blocks if those are on an external domain.
- externals links - Any links to external sites like the MediaFire download URL or links in the generated HTML could also trigger warnings.
Some things you could try to avoid issues:
- Use locally hosted versions of external libraries instead of CDNs when possible.
- Proxy remote requests through your own server instead of accessing them directly from client.
- Disable or anonymize Google Analytics tracking.
- Clearly communicate why any external requests are needed (e.g. hosting costs, content sources etc).
- Limit external links to only necessary destinations.
- Implement a service worker to cache and serve some of these requests locally after the initial load.
- Detect ad blockers and gracefully handle blocking of certain functionality.
Overall it's a balance of providing a smooth user experience while limiting unnecessary external connections that might trigger blocks. Hope this gives you some ideas on things to look out for! Let me know if any part needs more clarification.
---------------
Very fustrating