jQuery(document).ready(function($){ $(function(){ $('#myGallery').galleryView({ show_captions: true, show_overlays: true, show_panel_nav: true, show_infobar: false, panel_width: 700, panel_height: 400, panel_animation: 'slide', pan_images: true, autoplay: false, filmstrip_position: 'right', frame_width: 110, frame_height: 80, enable_overlays: true, overlay_opacity : 0.2 }); }); });