Skip to content

Instantly share code, notes, and snippets.

@ghomem
Last active December 13, 2023 23:36
Show Gist options
  • Save ghomem/fd93a24a979c0b1a34f8278e29b01869 to your computer and use it in GitHub Desktop.
Save ghomem/fd93a24a979c0b1a34f8278e29b01869 to your computer and use it in GitHub Desktop.
htmx - replaceable div
<div id="the-image" hx-swap-oob="true">
<figure>
<img src="/static/img/initial-image.jpg" alt="Default image" style="border:1px solid {{img_border_color}}; margin-top: {{img_top_margin}}px"/>
</figure>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment