mount expand button on inline body images
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user