Sha256: 5dba966fbe67a22a8e94573ec0e96fea2df38df772e79dfb843f0981831134b7

Contents?: true

Size: 872 Bytes

Versions: 4

Compression:

Stored size: 872 Bytes

Contents

<!doctype html>
<html>
  <head>
      <title>demo</title>
      <script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script>
      <script type="text/javascript" src="/shutterbug/shutterbug.js"></script>
      <link rel="stylesheet" type="text/css" href="main.css"></link>
      <style type="text/css">
        #src {
          color: navy;
          width: 350px;
          height: 250px;
        }
      </style>
  </head>
  <body>
    <div id="src">
      <p>(iframe that contains other iframes, but not all of them support Shutterbug)</p>
      <iframe src="iframe.html" width="140" height="140"></iframe>
      <iframe src="iframe_no_shutterbug.html" width="140" height="140"></iframe>
    </div>
  </div>
  </body>
  <script type="text/javascript">
    $(document).ready(function(e) {
      new Shutterbug('#src');
    });
  </script>
</html>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
shutterbug-0.4.3 demo/iframe4.html
shutterbug-0.2.5 demo/iframe4.html
shutterbug-0.2.1 demo/iframe4.html
shutterbug-0.2.0 demo/iframe4.html