Skip to content
/ hippo Public

Image & Content Gallery. Responsive, flat designed, no dependencies

License

Notifications You must be signed in to change notification settings

sezanzeb/hippo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hippo Gallery

  • Responsive
  • Flat Designed
  • No Dependencies
  • The img tags don't need to be in the same container.
  • Supports IE9
  • Link two files, add an attribute to your img tag, done.

minimal working example

You can find the css and js files here: https://github.com/sezanzeb/Hippo/tree/master/src

<link rel="stylesheet" href="hippo-gallery.css" type="text/css">
<script src="hippo-gallery.js"></script> 

<img zoom="full.jpg" src="thumbnail.jpg"/>

captions and categories

<link rel="stylesheet" href="hippo-gallery.css" type="text/css">
<script src="hippo-gallery.js"></script>

<img category="category1" zoom="pic1.jpg" src="preview1.jpeg" caption="caption1"/>
<img category="category2" zoom="pic2.jpg" src="preview2.jpeg" caption="caption2"/>
<img category="category2" caption="caption3" zoom="pic3.jpg" alt="click here"/>

live example

http:https://hip70890b.de/web.php#Hippo