I use two layouts (nevato and unified) and it seems to occur on both of them. I believe its the default layout.nut(s) but I did tweak the dimensions in nevato
fe.layout.width = 1366;
fe.layout.height = 768;
The layouts were copied from my old build but I did find this..
class WheelEntry extends ConveyorSlot
{
constructor()
{
base.constructor( ::fe.add_artwork( my_config["spinwheelArt"] ) );
preserve_aspect_ratio = true;
video_flags=Vid.ImagesOnly; // added just in case if you have video marquees - like I do
}
I'll test tweaking that tonight to see if its the culprit.
Thanks!