diff --git a/layers/components/widgets/Background.vue b/layers/components/widgets/Background.vue index 1b69833..3f13562 100644 --- a/layers/components/widgets/Background.vue +++ b/layers/components/widgets/Background.vue @@ -52,6 +52,7 @@ const gradientClasses = computed(() => [ :src="resourcesSrc" :poster="posterSrc" :play="videoPlay" + :bordered="false" class="w-full h-full object-cover" />