I'm currently working on a project where the goal is to use a static image layer to show realtime data. We've gotten pretty far and things are working very well. One of the issues i've noticed though is that the size of the ImageLayer shown on the map on minimum zoom for example, is relative to the browsers resolution. I've done some research in Openlayers documentation, but i can't find a exact way to work around this. Also set the resolution to 1 in the view when initalizing the map, but there are still some browser resolutions that do not show the whole map while fully zoomed out.
We're using a static ImageLayer where the projection is the custom coordinate-system we use on the map.
Is there any way around this? So that the minZoom and maxZoom are relative to the browsers resolution?