"", "full_screen" => "", "height" => "500" ); extract(shortcode_atts($args, $atts)); $images = esc_attr($images); $height = esc_attr($height); //init variables $html = ""; $parallax_layers_data_styles = ''; $parallax_layers_holder_styles = ''; $parallax_layers_holder_classes = ''; //is full screen height for the slider set? if ($full_screen == 'yes') { $parallax_layers_holder_classes .= ' full_screen_height'; } //is height for the slider set? if ($height !== '' && $full_screen == 'no') { $parallax_layers_holder_styles .= 'height: ' . $height . 'px;'; $parallax_layers_data_styles = 'data-height="' . $height . '"'; } $html .= "