Sha256: c5d49f6117ceb435ab7b9c064a5f6c9d0a5148c8a3bb1752a213f464892c8d98
Contents?: true
Size: 818 Bytes
Versions: 4
Compression:
Stored size: 818 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: red; width: 350px; height: 250px; } </style> </head> <body> <div id="src"> <p>(iframe that contains other iframes)</p> <iframe src="iframe.html" width="140" height="140"></iframe> <iframe src="iframe2.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/iframe3.html |
shutterbug-0.2.5 | demo/iframe3.html |
shutterbug-0.2.1 | demo/iframe3.html |
shutterbug-0.2.0 | demo/iframe3.html |