Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

The game banner image discrepancy

Steps to reproduce: Create a game and set banner image to standard size of 1600 x 800 pixels, as it says in the placeholder. Open the Games menu on top of the page. The banner is disproportionately stretched Description of your setup: I have latest versions of modern browsers, and the issue doesn't depend on the system. This actually happens with any image size with close to 2:1 ratio. The Game page and some other pages are tailored to this banner size, yet in the menu it appears stretched. The similar issue was described in a suggestion 3 years ago, but I think it's really a minor bug. While it's definitely nothing of importance, it's probably rather easy to fix, and the current state makes roll20 less neat n clean than it could be.
1704015862
Gauss
Forum Champion
Hi Redweller,  I suggest filing a bug report with the Devs via the Help Center as the Bug Reports forum is primarily for users helping users.  Yes, this is a known issue, the banner system has two different requirements that are in conflict. But it is good to remind the Devs about the issue via filing a report. 
1704137610

Edited 1704186671
Gold
Forum Champion
This long-standing bug bothers me too, I think it would bother any Artist on here, and specification for IP owners. Seems minor, and i tend to ignore it, but it's glaring. 
If we're to settle with a quick and dirty fix, it might be as easy as adding the following css to the pages with menu: .topbar .full.games-menu img {   height: unset;   width: unset;   max-width: 184px;   max-height: 92px; }