Skip to content

gitter-badger/BootstrapPictureStory

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bootstrap Picture Story

Bootstrap theme for photo layouts. For use in photojournalism classes.

##Images To have an enlargable image, put the image inside a link to the larger image. Add the class enlarge to the link. It's a good idea to add the class img-responsive to most images so that they fill the column width they are in and remain responsive.

<figure>
	<a href="photos/pumpkin_queen/pumpkin_8386.jpg" rel="enlarge" class="enlarge">
		<img src="photos/pumpkin_queen/pumpkin_8386.jpg" class="img-responsive">
	</a>
	<figcaption class="credit">Zach Wise</figcaption>
	<figcaption>
		Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi commodo, ipsum sed pharetra gravida, orci magna rhoncus neque, 
		id pulvinar odio lorem non turpis. Nullam sit amet enim. Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
	</figcaption>
</figure>

About

Bootstrap theme for photo layouts. For use in Medill photojournalism classes.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 60.3%
  • JavaScript 20.0%
  • CSS 19.7%