We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c89bda commit 15520a9Copy full SHA for 15520a9
widget/index.html
@@ -65,11 +65,12 @@
65
<body class="no-scroll">
66
<div ng-controller="WidgetHomeCtrl as WidgetHome">
67
<div ng-show="WidgetHome.data.design.mode_gap" id="gapdiv" style="padding-bottom: 50%"></div>
68
+ <!--
69
<img ng-src="{{'../../../styles/media/holder-16x9.gif'}}"
70
ng-if="WidgetHome.data.content.carouselImages.length"
71
style="width: 100%;position: absolute;"
72
ng-style="WidgetHome.data.design.mode == 'MobileScreen' ? {'height':'100%', 'padding-bottom': '50%', 'padding-top': '50%'} : {}"/>
-
73
+ -->
74
<div id="carousel">
75
76
</div>
0 commit comments