matrix-dimension/web/app/fullscreen-button/fullscreen-button.component.html

3 lines
130 B
HTML
Raw Normal View History

<button toggleFullscreen="">
<img [src]="isFullscreen ? '/img/exit-fullscreen.png' : '/img/enter-fullscreen.png'" />
</button>