Skip to content

bowstreet/gallery-snippet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gallery-snippet

How to use this

It's simple: You build your gallery out of <figure> elements inside the <div id="slider">. Each figure has an image and possibly a title. Like this:

<figure>
	<figcaption>The Title</figcaption>
	<img src="path/to.jpg" alt="The Title" />
</figure>

Styling is done via simple CSS - use what you like!

License

The snippet is brought to you by Bowstreet. Licensed under MIT-License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published