I could share the page, but its nsfw. Does forum has a private share with admins only functionality?
Basically what I have is an instagram like feed, which has max-width:768px, on desktop as I develop it has same width both with and without dev tools enabled.
Also I can set my screen size in dev tools enabled.
You mentioned the code that calculates it, but is there a way to manipulate it? So I can force double dpi on my wish?
AlsoI partially managed to. Solve the bluriness with adjusted container. Container was 766px width because of borders and interpolation was happening with width sometimes getting extra 1 pixel, while height getting 1pixel less during downscaling or upscaling. So adjusting container to be 768px width gave me a better interpolation results on both downscaling and upscaling.
However i still wonder how to force double dpi?