Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // prettyPhoto Activation
- <link rel="stylesheet" href="css/prettyPhoto.css" type="text/css" media="screen" charset="utf-8" />
- <script src="js/jquery.prettyPhoto.js" type="text/javascript" charset="utf-8"></script>
- <script type="text/javascript" charset="utf-8">
- $(document).ready(function(){
- $("a[rel^='prettyPhoto']").prettyPhoto();
- });
- </script>
- // this below have to show into our portfolio in html document
- <a rel="prettyPhoto" href="images/portfolio.png"></a>
- // take the prettyPhoto folder from images and keep into your images file and change into the css remove ../ from prettyphoto.css
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement