I am trying to figure out an issue with Flexslider that only appears when I test it on an mobile browser such as Safari Mobile.
All of the
Add this to the script that calls the slider.
animateHeight: false,
eg.:
$(window).load(function(){ if ( $('#content-slider-wrap').length == 0 ) return false
$('#content-slider-wrap').flexslider({
animation:"fade",
slideshow: true,
directionNav: true,
animateHeight: false,
controlNav:false ,
........... etc etc