Skip to content

Instantly share code, notes, and snippets.

@ssube
Last active May 24, 2022 13:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ssube/dbc1005ed312f8dfbbbf8fa66d18d1e4 to your computer and use it in GitHub Desktop.
Save ssube/dbc1005ed312f8dfbbbf8fa66d18d1e4 to your computer and use it in GitHub Desktop.
hugo gallery shortcode
<!-- light gallery -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/lightgallery/2.4.0/css/lightgallery-bundle.min.css" integrity="sha384-dBF8MEM2phKRyLDWAAiv46eog697GrUsdB8kIwEzCgyaIQkCNu08OjhnC8cSZOqh" crossorigin="anonymous" />
<style>
.gallery-frame {
display: flex;
flex-direction: row;
flex-wrap: wrap;
padding: 1rem;
}
.gallery-item {
margin: 1rem;
}
</style>
<!-- light gallery -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/lightgallery/2.4.0/lightgallery.min.js" integrity="sha384-SMXsJkdv0pWRFF7S1lZPUvnBOw2WnTKw88DRxOqLysifuSomt1/jdArjX6c+d8yu" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/lightgallery/2.4.0/plugins/pager/lg-pager.min.js" integrity="sha384-KWUYFmH9+fIKCHDl+8GwbHvmGw3Q4qk0mVB1BBRznlQIZma3czxxpeVQtD71bM64" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/lightgallery/2.4.0/plugins/zoom/lg-zoom.min.js" integrity="sha384-B2e5p5SHlYQtPrvEdMpFrKtwNN5cJgFgKWpZBLdEmgjDjaPKl7bVh0masHqDdHoc" crossorigin="anonymous"></script>
title resources
Example Gallery
src title
img/test.png
an image full of testing

Some words.

{{< gallery "img/*.png" "test" "300x200 q75" >}}

An image gallery, and some more words.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment