mirror of
https://github.com/duplicati/duplicati.git
synced 2025-11-28 11:30:24 +08:00
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".
4 lines
381 B
HTML
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>
|