diff --git a/resources/views/trmnl-layouts/mashup.blade.php b/resources/views/trmnl-layouts/mashup.blade.php
index d2890fa..fd22cdb 100644
--- a/resources/views/trmnl-layouts/mashup.blade.php
+++ b/resources/views/trmnl-layouts/mashup.blade.php
@@ -1,8 +1,25 @@
-@props(['mashupLayout' => '1Tx1B'])
+@props([
+ 'mashupLayout' => '1Tx1B',
+ 'noBleed' => false,
+ 'darkMode' => false,
+ 'deviceVariant' => 'og',
+ 'deviceOrientation' => null,
+ 'colorDepth' => '1bit',
+ 'scaleLevel' => null,
+])
-
-
- {{-- The slot is used to pass the content of the mashup --}}
- {!! $slot !!}
-
-
+@if(config('app.puppeteer_window_size_strategy') === 'v1')
+
+
+ {!! $slot !!}
+
+
+@else
+
+
+ {!! $slot !!}
+
+
+@endif