Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <script src='https://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js'/>
- <script src='http://www.jacklmoore.com/colorbox/jquery.colorbox.js' type='text/javascript'/>
- <link href='http://www.jacklmoore.com/colorbox/example1/colorbox.css' media='screen' rel='stylesheet' type='text/css'/>
- <script>
- $(document).ready(function(){
- $("a[rel='images']").colorbox({transition:"fade"});
- $("a[rel='imagessamesize']").colorbox({transition:"none", width:"75%", height:"75%"});
- $("a[rel='slideshow']").colorbox({slideshow:true});
- $(".youtube").colorbox({iframe:true, innerWidth:760, innerHeight:520});
- $(".vimeo").colorbox({iframe:true, innerWidth:760, innerHeight:520});
- $(".iframe").colorbox({width:"80%", height:"80%", iframe:true});
- $(".soundcloud").colorbox({width:"70%", height:"300", iframe:true});
- $('a[href$=pdf]').colorbox({iframe:true, innerWidth:760, innerHeight:520});
- $('a[href$=swf]') .colorbox({iframe:true, innerWidth:660, innerHeight:420});
- });
- </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement