Hey!
I'll get straight to the point - It would be nice if we could specify alternative images for our thread designs in case they're being viewed with a Dark mode vs light mode theme, or at least be given the option to have something like CSS
Also, seeing how the image proxying being down also brought down most images on the site - I wanted to recommend leaving the caching up to CloudFlare instead of your server. This will ensure 100% uptime for all cached images, whilst also serving them from an edge server as close to the user as possible, and decreasing the load on your server. You can set it up so existing cache-control headers are being respected, without your server doing any caching (thus images being cached just as if they're being served by the original server).
I'll get straight to the point - It would be nice if we could specify alternative images for our thread designs in case they're being viewed with a Dark mode vs light mode theme, or at least be given the option to have something like CSS
{ filter: invert(1) hue-rotate(180deg) contrast(0.9); } in dark mode applied in case it works better with our thread design (Which I imagine should be much easier to implement).Also, seeing how the image proxying being down also brought down most images on the site - I wanted to recommend leaving the caching up to CloudFlare instead of your server. This will ensure 100% uptime for all cached images, whilst also serving them from an edge server as close to the user as possible, and decreasing the load on your server. You can set it up so existing cache-control headers are being respected, without your server doing any caching (thus images being cached just as if they're being served by the original server).
- Type
- Suggestion
