15 lines
521 B
HTML
15 lines
521 B
HTML
<div class="umb-cropper-gravity">
|
|
<div class="gravity-container" ng-show="loaded">
|
|
<div class="viewport">
|
|
|
|
<img ng-show="isCroppable" ng-src="{{src}}" style="max-width: 100%; max-height: 100%" ng-click="setFocalPoint($event)" draggable="false"/>
|
|
<img ng-show="!isCroppable && !hasDimensions" ng-src="{{src}}" width="200" height="200" draggable="false" style="cursor: default;"/>
|
|
|
|
<div ng-show="isCroppable" class="overlay" ng-style="style()">
|
|
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|