Skip to content

Commit 109165f

Browse files
committed
Merge pull request #48 from kmtabish/master
Fixed the pivotal tracker issue #117845973
2 parents 1d1b0d2 + 95e7fe7 commit 109165f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

widget/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<div class="holder padding-zero hasBackground fullHeight" id="mainContainer">
7070
<div class="folder-plugin list-layout fullHeight">
7171
<div ng-class="{ 'hidden': data.content.carouselImages.length == 0 }" class="plugin-banner clearfix" ng-hide="data.design.selectedLayout == 12">
72-
<div id="carousel" class="plugin-slider text-center"></div>
72+
<div id="carousel" class="plugin-slider text-center" ng-style="data.content.carouselImages.length > 0 ? {'min-height': (9 * deviceWidth / 16) + 'px' } : {}"></div>
7373
</div>
7474
<div class="text-left padded padding-bottom-zero clearfix folder-plugin-text hide-empty " ng-bind-html="data.content.text" ng-hide="data.design.selectedLayout == 12"></div>
7575
<div ng-if="data.design.selectedLayout && data.plugins.length > 0" ng-class="{'fullHeight': data.design.selectedLayout == 12}" infinite-scroll="paging()"

0 commit comments

Comments
 (0)