Grid Thumbs Panel related options

The options are devided between grid panel, and grid general options: jQuery(document).ready(function(){ jQuery("#gallery").unitegallery({ gridpanel_vertical_scroll: true, //vertical or horizontal grid scroll and arrows gridpanel_grid_align: "middle", //top , middle , bottom - the align of the grid panel in the gallery gridpanel_padding_border_top: 10, //padding between the top border of the panel gridpanel_padding_border_bottom: 4, //padding between the bottom border of the panel gridpanel_padding_border_left: 10, //padding between the left border of the panel gridpanel_padding_border_right: 10, //padding between the right border of the panel gridpanel_arrows_skin: "", //skin of the arrows, if empty inherit from gallery skin gridpanel_arrows_align_vert: "middle", //borders, grid, middle - vertical align of arrows, to the top and bottom botders, to the grid, or in the middle space. gridpanel_arrows_padding_vert: 4, //padding between the arrows and the grid, in case of middle align, it will be minimal padding gridpanel_space_between_arrows: 20, //space between arrows on horizontal grids only gridpanel_arrows_always_on: false, //always show arrows even if the grid is one pane only gridpanel_enable_handle: true, //enable grid handle gridpanel_handle_align: "top", //top, middle, bottom , left, right, center - close handle tip align on the handle bar according panel orientation gridpanel_handle_offset: 0, //offset of handle bar according the valign gridpanel_handle_skin: "", //skin of the handle, if empty inherit from gallery skin gridpanel_background_color:"" //background color of the grid wrapper, if not set, it will be taken from the css grid_panes_direction: "left", //where panes will move -> left, bottom grid_num_cols: 2, //number of grid columns grid_space_between_cols: 10, //space between columns grid_space_between_rows: 10, //space between rows grid_transition_duration: 300, //transition of the panes change duration grid_transition_easing: "easeInOutQuad", //transition of the panes change easing function grid_carousel: false //next pane goes to first when last thumb_width:88, //thumb width thumb_height:50, //thumb height thumb_border_effect:true, //true, false - specify if the thumb has border thumb_border_width: 0, //thumb border width thumb_border_color: "#000000", //thumb border color thumb_over_border_width: 0, //thumb border width in mouseover state thumb_over_border_color: "#d9d9d9", //thumb border color in mouseover state thumb_selected_border_width: 1, //thumb width in selected state thumb_selected_border_color: "#d9d9d9", //thumb border color in selected state thumb_round_corners_radius:0, //thumb border radius thumb_color_overlay_effect: true, //true,false - thumb color overlay effect, release the overlay on mouseover and selected states thumb_overlay_color: "#000000", //thumb overlay color thumb_overlay_opacity: 0.4, //thumb overlay color opacity thumb_overlay_reverse:false, //true,false - reverse the overlay, will be shown on selected state only thumb_image_overlay_effect: false, //true,false - images overlay effect on normal state only thumb_image_overlay_type: "bw", //bw , blur, sepia - the type of image effect overlay, black and white, sepia and blur. thumb_transition_duration: 200, //thumb effect transition duration thumb_transition_easing: "easeOutQuad", //thumb effect transition easing thumb_show_loader:true, //show thumb loader while loading the thumb thumb_loader_type:"dark" //dark, light - thumb loader type }); });