All Projects → NUKnightLab → Picture-Story

NUKnightLab / Picture-Story

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

Programming Languages

HTML
75241 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

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>
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].