mount expand button on inline body images

This commit is contained in:
axolotle
2021-07-06 20:40:23 +02:00
parent c5b7a40e7c
commit 07e23ce830
8 changed files with 102 additions and 13 deletions
+13
View File
@@ -11,6 +11,19 @@
<noscript>
<strong>Désolé mais ce site ne fonctionnera pas sans JavaScript activé. Réactivez-le afin de visiter ce site.</strong>
</noscript>
<div id="app"></div>
<template id="expand-image-tmp">
<div class="node-view-img-wrapper">
<img>
<button aria-label="Agrandir" type="button" class="btn btn-expand btn-depart rounded-pill">
<svg aria-hidden="true" viewBox="0 0 75 70">
<path d="M20,30 v-10 h10 M45,20 h10 v10 M55,40 v10 h-10 M30,50 h-10 v-10" />
</svg>
</button>
</div>
</template>
</body>
</html>