promotion

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');
});

No comments:

Post a Comment