>>141
>Is there a way to upload custom music thumbnails?
I am proud to say
Yes! Such a thing can be done!
It is a little more advanced than changing the custom spoiler image, but with some CSS code tweak the default music thumbnail can be replaced with a custom one.
[code]
img[src="/audioGenericThumb.png"] {
display: block;
-moz-box-sizing: border-box;
box-sizing: border-box;
background: url("/.media/8129369e69439f6be5f662cccd22422d9ed70961d9e7f9111ba116e6016bd0bf6.png");
no-repeat;
width: 128px;
height: 128px;
padding-left: 128px;
}
[/code]
The CSS theme is still 'Work in Progress' but this can be applied to the board.
As far as I know, this has
never been seen or done before on any other boards' CSS theme on this site, so this will open the door to further refining a board's CSS theme!
Enjoy being first, /fit/izens!