well am developing site called http://promomakerz.com/new i wanna change the revolution slider's height it depends on the
jQuery(window).height -jQuery('.navbar').height();
so i used made my jquery hacks to do so with this code
jQuery(window).on('load resize',function(){
var height_left = jQuery(window).height()-jQuery('.navbar').height();
jQuery('#rev_Slider').css({height:height_left+'px'});
jQuery('#rev_slider_1_1').css({height:height_left+'px'});
jQuery('#rev_slider_1_1_wrapper').css({height:height_left+'px'});
console.log("Slider Changed Successfully");
});
and it did work but it reverse itself to the height written in the admin panel
guys am trying to fix this issue 2 days ago and its still on please help
Perfect thank you but I had to use a timeout for that it worked well
oh my god !!!! thank god i've found the solution using the API its little bit tricky but it worked super fine <3
solution :-
The official offset-option could also work: