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
I've done some testing and Discord limits the size of the image by 400px in width and 300px in height. However, when we select the image in the demo, we see in the CSS max-width: 520px;. It should be max-width: 400px; and max-height: 300px;.
I've done some testing and Discord limits the size of the image by 400px in width and 300px in height. However, when we select the image in the demo, we see in the CSS
max-width: 520px;
. It should bemax-width: 400px;
andmax-height: 300px;
.Exhibit 1 :
Original image is 420 × 600 pixels.
Exhibit 2 :
Original image is 437 × 290 pixels.
The text was updated successfully, but these errors were encountered: