promotion

Showing posts with label Foundation 5 Orbit Slider inside Reveal Modal has no Height. Show all posts
Showing posts with label Foundation 5 Orbit Slider inside Reveal Modal has no Height. Show all posts

Friday, April 24, 2015

Foundation orbit slider inside reveal modal has no height

Orbit slider inside foundation reveal modal sets height 0 some reason. Here is the simple way to fix that issue:
$(document).on('opened.fndtn.reveal', '[data-reveal]', function(){
  $(window).trigger('resize');
});