Slider related options

The options are related to all the gallery too, because every theme has a slider.
The slider theme has slightly another defaults jQuery(document).ready(function(){ jQuery("#gallery").unitegallery({ slider_scale_mode: "fill", //fit: scale down and up the image to always fit the slider //down: scale down only, smaller images will be shown, don't enlarge images (scale up) //fill: fill the entire slider space by scaling, cropping and centering the image slider_scale_mode_fullscreen: "down", //fit, down, full scale mode on fullscreen. slider_item_padding_top: 0, //padding top of the slider item slider_item_padding_bottom: 0, //padding bottom of the slider item slider_item_padding_left: 0, //padding left of the slider item slider_item_padding_right: 0, //padding right of the slider item slider_transition: "slide", //fade, slide - the transition of the slide change slider_transition_speed:300, //transition duration of slide change slider_transition_easing: "easeInOutQuad", //transition easing function of slide change slider_control_swipe:true, //true,false - enable swiping control slider_control_zoom:true, //true, false - enable zooming control slider_loader_type: 1, //shape of the loader (1-7) slider_loader_color:"white", //color of the loader: (black , white) slider_enable_bullets: true, //enable the bullets onslider element slider_bullets_skin: "", //skin of the bullets, if empty inherit from gallery skin slider_bullets_space_between: -1, //set the space between bullets. If -1 then will be set default space from the skins slider_bullets_align_hor:"center", //left, center, right - bullets horizontal align slider_bullets_align_vert:"bottom", //top, middle, bottom - bullets vertical algin slider_bullets_offset_hor:0, //bullets horizontal offset slider_bullets_offset_vert:10, //bullets vertical offset slider_enable_arrows: true, //enable arrows onslider element slider_arrows_skin: "", //skin of the slider arrows, if empty inherit from gallery skin slider_arrow_left_align_hor:"left", //left, center, right - left arrow horizonal align slider_arrow_left_align_vert:"middle", //top, middle, bottom - left arrow vertical align slider_arrow_left_offset_hor:20, //left arrow horizontal offset slider_arrow_left_offset_vert:0, //left arrow vertical offset slider_arrow_right_align_hor:"right", //left, center, right - right arrow horizontal algin slider_arrow_right_align_vert:"middle", //top, middle, bottom - right arrow vertical align slider_arrow_right_offset_hor:20, //right arrow horizontal offset slider_arrow_right_offset_vert:0, //right arrow vertical offset slider_enable_progress_indicator: true, //enable progress indicator element slider_progress_indicator_type: "pie", //pie, pie2, bar (if pie not supported, it will switch to bar automatically) slider_progress_indicator_align_hor:"right", //left, center, right - progress indicator horizontal align slider_progress_indicator_align_vert:"top", //top, middle, bottom - progress indicator vertical align slider_progress_indicator_offset_hor:10, //progress indicator horizontal offset slider_progress_indicator_offset_vert:10, //progress indicator vertical offset slider_progressbar_color:"#ffffff", //progress bar color slider_progressbar_opacity: 0.6, //progress bar opacity slider_progressbar_line_width: 5 //progress bar line width slider_progresspie_type_fill: false, //false is stroke, true is fill - the progress bat type, stroke of fill slider_progresspie_color1: "#B5B5B5", //the first color of the progress bar slider_progresspie_color2: "#E5E5E5", //progress bar second color slider_progresspie_stroke_width: 6, //progress bar stroke width slider_progresspie_width: 30, //progess bar width slider_progresspie_height:30 //progress bar height slider_enable_play_button: true, //true,false - enable play / pause button onslider element slider_play_button_skin: "", //skin of the slider play button, if empty inherit from gallery skin slider_play_button_align_hor:"left", //left, center, right - play button horizontal align slider_play_button_align_vert:"top", //top, middle, bottom - play button vertical align slider_play_button_offset_hor:40, //play button horizontal offset slider_play_button_offset_vert:8, //play button vertical offset slider_enable_fullscreen_button: true, //true,false - enable fullscreen button onslider element slider_fullscreen_button_skin: "", //skin of the slider fullscreen button, if empty inherit from gallery skin slider_fullscreen_button_align_hor:"left", //left, center, right - fullscreen button horizonatal align slider_fullscreen_button_align_vert:"top", //top, middle, bottom - fullscreen button vertical align slider_fullscreen_button_offset_hor:11, //fullscreen button horizontal offset slider_fullscreen_button_offset_vert:9, //fullscreen button vertical offset slider_enable_zoom_panel: false, //true,false - enable the zoom buttons, works together with zoom control. slider_zoompanel_skin: "", //skin of the slider zoom panel, if empty inherit from gallery skin slider_zoompanel_align_hor:"left", //left, center, right - zoom panel horizontal align slider_zoompanel_align_vert:"top", //top, middle, bottom - zoom panel vertical align slider_zoompanel_offset_hor:12, //zoom panel horizontal offset slider_zoompanel_offset_vert:92, //zoom panel vertical offset slider_controls_always_on: true, //true,false - controls are always on, false - show only on mouseover slider_controls_appear_ontap: true, //true,false - appear controls on tap event on touch devices slider_controls_appear_duration: 300, //the duration of appearing controls slider_enable_text_panel: false, //true,false - enable the text panel slider_textpanel_always_on: true //true,false - text panel are always on, false - show only on mouseover slider_textpanel_align:"bottom", //(top , bottom), textpanel align according the parent slider_textpanel_margin:0, //margin from the textpanel position according the slider_textpanel_align slider_textpanel_text_valign:"middle", //middle, top, bottom - text vertical align slider_textpanel_padding_top:10, //textpanel padding top slider_textpanel_padding_bottom:10, //textpanel padding bottom slider_textpanel_height: null, //textpanel height. if null it will be set dynamically slider_textpanel_padding_title_description: 5, //the space between the title and the description slider_textpanel_padding_right: 11, //cut some space for text from right slider_textpanel_padding_left: 11, //cut some space for text from left slider_textpanel_fade_duration: 200, //the fade duration of textpanel appear slider_textpanel_enable_title: true, //enable the title text slider_textpanel_enable_description: true, //enable the description text slider_textpanel_enable_bg: true, //enable the textpanel background slider_textpanel_bg_color:"#000000", //textpanel background color slider_textpanel_bg_opacity: 0.4, //textpanel background opacity slider_textpanel_bg_css:{}, //textpanel background css slider_textpanel_css_title:{}, //textpanel additional css of the title slider_textpanel_css_description:{} //textpanel additional css of the description }); });