Home page updates#34
Conversation
very early stuff of first idea i had in mind, it looks okay? but dont talk about mobile
thanks spazz - we dont talk about mobile still though
|
Please make a round of optimisations based on https://pagespeed.web.dev/analysis/https-slimevr-dev/3hx76iiyxg?form_factor=mobile |
|
Try to match the style of the other icons for the steam logo on the download links 🙏 In general please double check image sizes, and render sizes. Some can def be resized to be smaller based on how big they are rendered on the screen at any time |
| -webkit-backface-visibility: hidden; | ||
| } | ||
|
|
||
| .no-interact { |
There was a problem hiding this comment.
pointer-events-none (existing tailwindcss class) is prob all you need unless i misunderstood something.
There was a problem hiding this comment.
i also wanted to prevent selection of the images (you can press ctrl+a on slimevr.dev to see why).
the other two, user-drag and -webkit-user-drag is unnecessary with pointer-events: none; though, yes
this and last commit are mostly suggestions from pagespeed, mainly for proper labels. embeds are also now youtube-nocookie & only loads the initial (first video's) iframe on click to stop the yt embed slowing down the page
|
i think we can def still do better with pagespeed. but its okay for now |
PageSpeed really depends how it's feeling that day sometimes - I got over 90 on performance on one and 69 on another. Probably also doesn't help to test it on vercel vs on prod either. |
Updates the home page to move the tracker options to the top of the page, add new butterfly tracker reviews, and clean up some of the code. Also adds Steam to the download links :nighty_yay: