Hi WordpMoon, (or anyone else!!)
Can you explain a little further how you removed the height attribute? i am mega confused and no matter what i try i cannot get the slider images height to respond on smaller screens, leaving it very squished! it is remaining at a certain height no matter what!!
I am not sure if i have things in the wrong place, from the instructions, the rotators should be add via the themes functions.php, but i added my rotators in the plugin file itself ( flexslider-hg/flexslider-hg.php) from wp- admin area, and it added the placeholders perfectly and they all work perfectly, except the responsive element of the height!!!
I added the image size function to functions.php, tried every combination of the code i could no effect what so ever!!
the functions.php code:
‘add_image_size( ‘homepage-rotator’, ‘1000’, ‘400’, true );’
flexslider-hg.php file code:
‘$rotators = array();
$rotators[‘homepage’] = array( ‘size’ => ‘homepage’, ‘options’ => “{slideshow: ‘true’, slideshowSpeed: 7000, direction: ‘vertical’, controlNav: false,}” );’
Can some please help me figure this out before I scream!!!!
many thanks!