Skip to content

Commit 7045419

Browse files
committed
PB-266: Video background for Slide
1 parent fa9a098 commit 7045419

File tree

2 files changed

+2
-2
lines changed
  • app/code/Magento/PageBuilder/view

2 files changed

+2
-2
lines changed

app/code/Magento/PageBuilder/view/adminhtml/web/css/source/content-type/slide/_default.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
150150

151151
.jarallax-viewport-element {
152152
height: 100%;
153-
left: -150vw;
153+
left: -15000vw;
154154
position: absolute;
155155
top: 0;
156156
width: 1px;

app/code/Magento/PageBuilder/view/frontend/web/css/source/content-type/slide/_default.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646

4747
.jarallax-viewport-element {
4848
height: 100%;
49-
left: -150vw;
49+
left: -15000vw;
5050
position: absolute;
5151
top: 0;
5252
width: 1px;

0 commit comments

Comments
 (0)