A Four Image Set

Some Memos
  • Galleria on Github , This fork registerd the package on bower.io
  • Here is the structure for big image and thumb nail:
    <a href="big.png">
      <img src="thumb.phg"/>
    </a>   
  • The gallery height and width could be set by using Galleria.configure function.
    Galleria.configure({
        // both height and width could set by number
        // in pixel.
        height: 400,
        // Width could use percentage in string format.
        //width: 500
        width: '100%'
    });