image.html 312 B

1234567
  1. <img src="{{preview_url}}" style="width: 100%"/>
  2. <textarea id="embeddedCode" class="u-full-width" style="height: 100px;">
  3. </textarea>
  4. <script>
  5. $("#embeddedCode").text(`<img src="${location.protocol}//${window.location.hostname}:${window.location.port}{{preview_url}}" style="width: 30em"/>`);
  6. </script>