in OpenLayers 5.3 we used to do this to change pixelRatio of all the layers in map:
this.map.pixelRatio_ = newRatio;
this.map.updateSize();
However, in OpenLayers 6.5 this effects only vector layers and not for example tile layers with XYZ source.
Is there a new way of achieving this?
Thanks for any advice, Vojtech
In the end we managed to solve the issue this way:
Basically there is necessary to: