You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Images in the play menu for all maps are way too zoomed in, however there is a simple fix for that. On line 1207 instead of ""mapImage.style.backgroundSize = 'clip_then_cover';"" it should be ""mapImage.style.backgroundSize = 'auto 100%';""
Image
The fix i implemented in my CS2 panorama ui port on csgo (nothing to do with this issue!)
The text was updated successfully, but these errors were encountered:
Panorama issues
Images in the play menu for all maps are way too zoomed in, however there is a simple fix for that. On line 1207 instead of ""mapImage.style.backgroundSize = 'clip_then_cover';"" it should be ""mapImage.style.backgroundSize = 'auto 100%';""
Image
The fix i implemented in my CS2 panorama ui port on csgo (nothing to do with this issue!)
The text was updated successfully, but these errors were encountered: