Code snippets: Digital signage
Make the assets fullscreen
.ds__container, .ds__zone { padding: 0 !important; }
Remove corners
.autoCarousel { border-radius: 0 !important; }
Make the assets fullscreen
.ds__container,
.ds__zone {
padding: 0 !important;
}
Remove corners
.autoCarousel {
border-radius: 0 !important;
}