6 lines
225 B
HTML
6 lines
225 B
HTML
<div class="umb-crop-thumbnail-container"
|
|
ng-style="{height: height, width: width, overflow: 'hidden', position: 'relative'}"
|
|
ng-show="loaded">
|
|
<img ng-src="{{src}}" alt="{{}}" ng-style="preview" class="noScale" />
|
|
</div>
|