Blurry game tiles - Increase tile icon resolution

Game tiles on the website currently inflate when you mouse over them, blurring the icon displayed on the tile.

As a (perhaps new) user browsing the website and looking for games, seeing blurry icons when I mouse over tiles I’m interested in is unappealing and gives me a bad impression of Roblox.

As a developer, I want my game’s tile to be crisp and attractive, and this is impossible when my artwork is blown up and made blurry when users interact with it.

image image

Currently, these icons are served at 150x150 px, then inflated by 1.08x to approximately 162x162 px.
The solution to this issue is to serve icons at a larger size.

By editing the CSS on the page and replacing the image in the tile with one slightly larger (180x180 px), you can see below that the blurriness is significantly reduced.

image image

Game tile icons should be served at least 30x30 pixels larger, as this will make the games page significantly more attractive to interact with, which improves both my game’s impression on users, and the impression of Roblox on users new to the platform.

30 Likes