if (!isset($data['backgroundmobileimage'])) {\r
$pict = $this->view->imageCms($image_path);\r
} else {\r
- $pict = '<div class="desktopr">' . $this->view->imageCms($image_path, '', null, null, ['data-nowrapper' => true]) . '</div>';\r
- $pict .= '<div class="mobiler">' . $this->view->imageCms(CubeIT_View_Helper_ImageCms::getPath(CubeIT_Util_Cms::extractFile($data['backgroundmobileimage'])), '', null, null, ['data-nowrapper' => true]) . '</div>';\r
+ $pict = '<div class="desktopr">' . $this->view->imageCms($image_path) . '</div>';\r
+ $pict .= '<div class="mobiler">' . $this->view->imageCms(CubeIT_View_Helper_ImageCms::getPath(CubeIT_Util_Cms::extractFile($data['backgroundmobileimage']))) . '</div>';\r
}\r
} else {\r
if (isset($data['backgroundmobileimage'])) {\r
width: 100%;\r
height: 100%;\r
\r
- iframe.oam, iframe.zip {\r
- position: absolute;\r
- }\r
}\r
\r
.desktopr {\r
@media @m900 {\r
display: none;\r
}\r
+ .animationSuperWrapper{\r
+ .animationPosWrapper{\r
+ height: 100%;\r
+ .animationIframeWrapper{\r
+ height: 100%;\r
+ }\r
+ }\r
+ }\r
}\r
\r
.mobiler {\r
@media @m900 {\r
display: block;\r
}\r
+ .animationPosWrapper{\r
+ bottom: 3%;\r
+ }\r
}\r
\r
- iframe.oam, iframe.zip {\r
- overflow: hidden;\r
- pointer-events: none;\r
- transform-origin: 0 0 0;\r
- }\r
-\r
-\r
picture {\r
- img {\r
+ img {\r
width: 100%;\r
height: auto;\r
display: block;\r
}\r
}\r
\r
- iframe {\r
- //right: 0;\r
- //bottom: 0;\r
- //position: absolute;\r
+ .animationSuperWrapper {\r
+ width: 100%;\r
+ height: 100%;\r
+ display: block;\r
+ position: absolute;\r
+ bottom: 0;\r
+ right: 0;\r
}\r
+\r
}\r
\r
.grid {\r