LiveAtlas
LiveAtlas copied to clipboard
Image blurry w/ DynMap 3.7 and webp (any type)
Using Dynmap 3.7 and any type of webp image format will show blurry images. Probably due to some misconfiguration on the CSS style sheet or something, as the browser seems to try to make some type of blending that does not happen with png/jpg.
With webp (Live Atlas)
With webp (built-in web UI)
+1, this really should be fixed
* {
image-rendering: auto !important;
}
put that in the css file in live-atlas/assets/index.1de34b3a.css
it seem image-rendering is setted to pixelated in map tile
it may caused by that or not