Open ghost opened 8 months ago
Would that even be possible? Also what did the older ones look like?
Would that even be possible? Also what did the older ones look like?
The older ones look like the image i posted, but there's more on this thread: https://devforum.roblox.com/t/changes-to-thumbnailicon-system/33289
I'm sure it is possible by finding the class of the image element in devtools, targeting it and changing it using background-image
For example, this is for a game's thumbnail (not sure if this would work properly):
.thumbnail-2d-container.carousel-item.carousel-item-active.carousel-item-active-out {
background-image: url('[URLTOOLDTHUMBNAIL]');
}
Now that I think about it it would probabaly require js because there should be a check in there that checks if it matches any of the current default place icons and if so it would change to the old ones if that check is not there then every icon and thumnail would be default!
sorry dont know much about css so not sure if background image was even that right thing to use in this case
Also because these probabaly don't exist in roblox's servers anymore (apart from in tr.rbxcdn
where people upload the old images off google onto their games manually like i do) we'd have to use data urls
Type
CSS
Describe the Feature
Could you revert to the all the old default place icons and thumbnails to the old ones for example:
When the change was originally made I was thinking about doing it, however finding all the old icons (150px and the 640 x 390px versions) chose to be a challenge and I lost motivation and interest to it, however I'll leave this open as a reminder to myself.
Would that even be possible? Also what did the older ones look like?
like this: i might be missing some, thats the most i had saved
Type
CSS
Describe the Feature
Could you revert to the all the old default place icons and thumbnails to the old ones for example: