Skip to content

Commit 15520a9

Browse files
authored
Remove image placeholder
1 parent 5c89bda commit 15520a9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

widget/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,12 @@
6565
<body class="no-scroll">
6666
<div ng-controller="WidgetHomeCtrl as WidgetHome">
6767
<div ng-show="WidgetHome.data.design.mode_gap" id="gapdiv" style="padding-bottom: 50%"></div>
68+
<!--
6869
<img ng-src="{{'../../../styles/media/holder-16x9.gif'}}"
6970
ng-if="WidgetHome.data.content.carouselImages.length"
7071
style="width: 100%;position: absolute;"
7172
ng-style="WidgetHome.data.design.mode == 'MobileScreen' ? {'height':'100%', 'padding-bottom': '50%', 'padding-top': '50%'} : {}"/>
72-
73+
-->
7374
<div id="carousel">
7475

7576
</div>

0 commit comments

Comments
 (0)