var $j = jQuery.noConflict(); $j(function(){ $j(".modalopener").fancybox({ 'width' : '30%', 'height' : '40%', 'autoScale' : false, 'transitionIn' : 'none', 'transitionOut' : 'none', 'type' : 'iframe' }); });