openmct/platform/features/layout/res/templates/elements/image.html

4 lines
249 B
HTML
Raw Normal View History

<div ng-style="{ 'background-image': 'url(' + ngModel.element.url + ')', border: '1px solid ' + ngModel.stroke() }"
style="width: 100%; height: 100%; background-size: contain; background-repeat: no-repeat; background-position: center;">
</div>