Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert default place icons and thumbnails #48

Open
mx-mic opened this issue Feb 13, 2024 · 5 comments
Open

Revert default place icons and thumbnails #48

mx-mic opened this issue Feb 13, 2024 · 5 comments
Labels
enhancement New feature or request

Comments

@mx-mic
Copy link
Contributor

mx-mic commented Feb 13, 2024

Type

CSS

Describe the Feature

Could you revert to the all the old default place icons and thumbnails to the old ones for example:
e0d79286270ccba086c8f76da6418e6ffb3c2f7c

@mx-mic mx-mic added the enhancement New feature or request label Feb 13, 2024
@HAYDENCRAFT2008
Copy link

Would that even be possible? Also what did the older ones look like?

@mx-mic
Copy link
Contributor Author

mx-mic commented Feb 13, 2024

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

@mx-mic
Copy link
Contributor Author

mx-mic commented Feb 13, 2024

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

@tersiswilvin
Copy link
Owner

Type

CSS

Describe the Feature

Could you revert to the all the old default place icons and thumbnails to the old ones for example: e0d79286270ccba086c8f76da6418e6ffb3c2f7c

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.

@Hellforag
Copy link

Would that even be possible? Also what did the older ones look like?

like this:
Screenshot_43
Screenshot_44
Screenshot_45
Screenshot_46
i might be missing some, thats the most i had saved

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Likely Planned
Development

No branches or pull requests

4 participants