(function( $ ) { $(document).ready( function( ) { $("a#example1").fancybox({ 'titleShow' : false }); $('.iframe').fancybox({'width':900,'height ':900,'type':'iframe','autoScale':'false'}); }); })(jQuery);