Files
LeafWeb/WebCms/Umbraco/Views/components/imaging/umb-image-thumbnail.html
T
2016-11-07 12:56:17 -05:00

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>