mirror of
https://github.com/nasa/openmct.git
synced 2025-01-02 11:26:42 +00:00
638a7c8609
Add dialog for text elements in fixed position view; tweak styling on some other element types. WTD-880.
3 lines
206 B
HTML
3 lines
206 B
HTML
<div ng-style="{ 'background-image': 'url(' + ngModel.element.url + ')'}"
|
|
style="width: 100%; height: 100%; background-size: contain; background-repeat: no-repeat; background-position: center;">
|
|
</div> |