gallery

by creativevilla

HTML

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Bootstrap 101 Template</title>
    <!-- Bootstrap -->
    <link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.1.0/css/bootstrap.min.css">
    <link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.1.0/css/bootstrap-theme.min.css">
    <link rel="stylesheet" type="text/css" href="dist/css/style.css" />
    <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
    <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
    <!--[if lt IE 9]>
      <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
      <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
    <![endif]-->
    <script id="previewTmpl" type="text/x-jquery-tmpl">
      <div id="ib-img-preview" class="ib-preview">
        <img src="${src}" alt="" class="ib-preview-img"/>
        <span class="ib-preview-descr" style="display:none;">${description}</span>
        <div class="ib-nav" style="display:none;">
          <span class="ib-nav-prev">Previous</span>
          <span class="ib-nav-next">Next</span>
        </div>
        <span class="ib-close" style="display:none;">Close Preview</span>
        <div class="ib-loading-large" style="display:none;">Loading...</div>
      </div>
    </script>
    <script id="contentTmpl" type="text/x-jquery-tmpl">
      <div id="ib-content-preview" class="ib-content-preview">
        <div class="ib-teaser" style="display:none;">{{html teaser}}</div>
        <div class="ib-content-full" style="display:none;">{{html content}}</div>
        <span class="ib-close" style="display:none;">Close Preview</span>
      </div>
    </script>
    <style>
        .navbar-fixed-top, .navbar-fixed-bottom {
            position: fixed;
    ...