Add max resolution for the Image editor in Grid Layouts to avoid performance hit when using high res images.

This commit is contained in:
Rune Strand
2016-02-04 10:25:01 +01:00
parent 6a1e54b221
commit a77ebb1160

View File

@@ -9,7 +9,7 @@
<img
ng-if="url"
ng-click="setImage()"
ng-src="{{url}}"
ng-src="{{url}}?width=800&upscale=false"
class="fullSizeImage" />
<input type="text" class="caption" ng-model="control.value.caption" localize="placeholder" placeholder="@grid_placeholderImageCaption" />
</div>