#Slight text cropping in Synth Tab

1 messages ยท Page 1 of 1 (latest)

neon spindle
#

The number of the top material seem to lose few pixels

hollow wyvern
neon spindle
#

Hmm. Checked it out. Only happens for me if I maximize game window. If I stretch manually everything is fine

hollow wyvern
#

happen with streching too just need to find "wrong" sizes ๐Ÿ™‚ on 4k display it has a lot of wrong sizes ๐Ÿ˜„

#

1 bad spot is near 1080p, thats why your full screen may get it:
Left side on 1440p, right side on 1080p

golden timber
# hollow wyvern you can get this problem in any tab, by resizing window to "wrong" size

This is something that is surprisingly harder to work on than what I, and likely many people, thought. When I got into Web Development about a year ago I learned this is generally referred to as "Mobile Responsiveness" but also refers to compatibility with various tablet and various PC sizes.

There is a lot that goes into creating scaling cards walls text walls in addition to preventing overlapping white space for media/embeds such as ads, video links, pictures, graphics, or logos which would result in media overlapping text or other media.

The breakpoints you have to account for on tablet and mobile include both vertical and horizontal orientation (example is when you tap a video and flip to horizontal the video expands to full screen) while PC includes normal, wide, ultra-wide, and WTF-why-do-they-even-sell-this-wide. Even as a web developer I don't understand the need to have like a 50in wide screen but that's something you have to account for lol

Scaling is a such a huge part of UI design that is underappreciated because you never even notice it until it's wrong.