Skip to content

Commit ebd0aa7

Browse files
authored
Merge pull request #71 from lyonx/master
Fixed image upload in location description
2 parents cb7cc3b + 745f90a commit ebd0aa7

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

.DS_Store

6 KB
Binary file not shown.

widget/templates/Feed_Layout_1.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<div ng-switch-when="IMAGE" class="plugin-slider text-center">
4444
<div class="plugin-slide" ng-if="WidgetMedia.imageUrl">
4545
<img load-image="16x9"
46-
crop-width="193" crop-height="" crop-type="crop"
46+
crop-width="193" crop-height="100" crop-type="crop"
4747
data-final-src="{{WidgetMedia.imageUrl}}">
4848
</div>
4949
</div>

widget/templates/List_Layout_1.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
crop-width="240" crop-height="135" crop-type="crop"
5252
data-final-src="{{WidgetHome.items[$index+1].imageSrcUrl}}">
5353
<img ng-if="!WidgetHome.items[$index+1].imageSrcUrl"
54+
5455
src='../../../styles/media/holder-16x9.png'>
5556
</div>
5657
</div>

0 commit comments

Comments
 (0)