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

6 lines
162 B
HTML
Raw Normal View History

<div
ng-style="{ 'background-image': 'url(' + ngModel.element.url + ')', border: '1px solid ' + ngModel.stroke() }"
class="l-fixed-position-image"
>
</div>