duplicati/Duplicati/Server/webroot/ngax/templates/copy_clipboard_buttons.html
Markus e84d332361 Add high resolution images to web frontend
Add images with douple or triple the image dimensions for devices that have a higher resolution/ppi like modern smartphones and notebooks.
The vector images used to create these images can be found in a folder "_svg".
2020-05-28 13:01:23 +02:00

4 lines
381 B
HTML

<a href class="button" ngclipboard ngclipboard-success="onCopySuccess(e);" ngclipboard-error="onCopyError(e);" data-clipboard-action="copy" data-clipboard-target="#copytarget">
<img src="img/clippy.png" srcset="img/clippy.png 1x, img/clippy_2x.png 2x, img/clippy_3x.png 3x" style="vertical-align: middle;"/>
<span translate style="vertical-align: middle;">Copy</span>
</a>