Advertisement
Guest User

Untitled

a guest
May 28th, 2015
248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. Ossn.RegisterStartupFunction(function() {
  2. $(document).ready(function() {
  3. $(".activity-item-container .description img").fancybox({
  4. 'titleShow': false,
  5. top: '75px',
  6. afterClose: function() {
  7. $(".activity-item-container .description img").show();
  8. },
  9. fitToView: false,
  10. beforeShow: function() {
  11. this.width = 800;
  12. this.height = 800;
  13. },
  14. });
  15. });
  16. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement