« See all FAQs for Bizstream - Creative HTML5/CSS3 WordPress Theme
How to change the height of the Bizstream full width slider
1. Navigate to the theme directory “wp-content/themes/bizstream/framework/slideshow” and open the file named camera-slider.php
2. Navigate to line number: 8 where you will see this code:
height: '392px',
3. Change the height to your required height: eg.
height: '550px',
4. In the same file navigate to line: 26 and locate this code:
$slide_big = BIZSTREAM_BASE_URL .'/timthumb.php?src='. $slide['url'] .'&w=h=392&zc=1';
$slide_big = BIZSTREAM_BASE_URL .'/timthumb.php?src='. $slide['url'] .'&w=h=550&zc=1';
In the next update to the theme I will add the option to enter a custom height in the Bizstream control panel.

