Total theme full screen sliders
There are two option: PHP and CSS. I tend to use the CSS variant as it gives me more flexibility. //force fullscreen to all sliders add_filter( 'vcex_image_flexslider_data_attributes', function( $attrs ) { $attrs[] = 'data-force-size="fullWindow"'; return $attrs; } ); //force fullscreen…