#why does snippets not workit does not show when it is installed
1 messages · Page 1 of 1 (latest)
Have you tried to run the snippet without a theme and see if it works?
lol same problem here and I have tried that but no it Dosent work at all
Had some time to try it out. Doesn't work for me either. So maybe it just needs an update for newer versions of spotify?
True too bad this server barley gives updates
The snippets can be created by anyone. You can alter the css and add your own snippet if you want. You don't need a full new spicetify update.
.player-controls .x-progressBar-progressBar::before { content: ''; width: 32px; height: 32px; bottom: calc(100% - 7px); right: 10px; position: absolute; image-rendering: pixelated; background-size: 32px 32px; background-image: url('https://media.tenor.com/pWqGD2PHY3kAAAAj/fortnite-dance-sonic.gif'); }
I tried making a small alteration to the snippet and it seem to work. You can go to snippets and press Add CSS and try it for yourself.
Holy it works your the goat Ty!!!
Could that exact code work for the Nyan cat progression bar?
not sure. the only change I did was in the first part:
.player-controls .x-progressBar-progressBar::before
you can see the css code for the dancing snippets in the marketplace and compare them and try to make the change yourself. Good luck!