I'm using OSC with Resolume - the VJ software. I have a switch that shows thumbnails (downloaded separately from Resolume). Currently I have a rather long winded approach in which I reference each button individually. Is there a way of turning this into a loop.
value {font-size: 0;
background-size: cover;
}
value:nth-child(1) {
color: blue;
background-image: url("/Thumbnails/12-1.png");
}
value:nth-child(2) {
color: blue;
background-image: url("/Thumbnails/12-2.png");
}