We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cb7cc3b + 745f90a commit ebd0aa7Copy full SHA for ebd0aa7
.DS_Store
6 KB
widget/templates/Feed_Layout_1.html
@@ -43,7 +43,7 @@
43
<div ng-switch-when="IMAGE" class="plugin-slider text-center">
44
<div class="plugin-slide" ng-if="WidgetMedia.imageUrl">
45
<img load-image="16x9"
46
- crop-width="193" crop-height="" crop-type="crop"
+ crop-width="193" crop-height="100" crop-type="crop"
47
data-final-src="{{WidgetMedia.imageUrl}}">
48
</div>
49
widget/templates/List_Layout_1.html
@@ -51,6 +51,7 @@
51
crop-width="240" crop-height="135" crop-type="crop"
52
data-final-src="{{WidgetHome.items[$index+1].imageSrcUrl}}">
53
<img ng-if="!WidgetHome.items[$index+1].imageSrcUrl"
54
+
55
src='../../../styles/media/holder-16x9.png'>
56
57
0 commit comments