Advertisement
abuiyad

pop up files

Dec 25th, 2016
1,177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  
  2. <script src='https://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js'/>
  3. <script src='http://www.jacklmoore.com/colorbox/jquery.colorbox.js' type='text/javascript'/>
  4. <link href='http://www.jacklmoore.com/colorbox/example1/colorbox.css' media='screen' rel='stylesheet' type='text/css'/>
  5. <script>
  6. $(document).ready(function(){
  7. $(&quot;a[rel=&#39;images&#39;]&quot;).colorbox({transition:&quot;fade&quot;});
  8. $(&quot;a[rel=&#39;imagessamesize&#39;]&quot;).colorbox({transition:&quot;none&quot;, width:&quot;75%&quot;, height:&quot;75%&quot;});
  9. $(&quot;a[rel=&#39;slideshow&#39;]&quot;).colorbox({slideshow:true});
  10. $(&quot;.youtube&quot;).colorbox({iframe:true, innerWidth:760, innerHeight:520});
  11. $(&quot;.vimeo&quot;).colorbox({iframe:true, innerWidth:760, innerHeight:520});
  12. $(&quot;.iframe&quot;).colorbox({width:&quot;80%&quot;, height:&quot;80%&quot;, iframe:true});
  13. $(&quot;.soundcloud&quot;).colorbox({width:&quot;70%&quot;, height:&quot;300&quot;, iframe:true});  
  14. $(&#39;a[href$=pdf]&#39;).colorbox({iframe:true, innerWidth:760, innerHeight:520});
  15. $(&#39;a[href$=swf]&#39;) .colorbox({iframe:true, innerWidth:660, innerHeight:420});
  16. });
  17. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement