Skip to content

Instantly share code, notes, and snippets.

@alvises
Last active April 28, 2024 07:57
Show Gist options
  • Save alvises/2044a0ababef92d7d0b923a678e0194e to your computer and use it in GitHub Desktop.
Save alvises/2044a0ababef92d7d0b923a678e0194e to your computer and use it in GitHub Desktop.
Phoenix LiveView Gallery with Slideshow
/* to add to assets/css/app.css */
.thumb-selected {
border: 4px solid #0069d9;
}
.thumb-unselected {
opacity: 0.5;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment