Add max resolution for the Image editor in Grid Layouts to avoid performance hit when using high res images.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user