Skip to content

Instantly share code, notes, and snippets.

@Kasst1el
Created June 24, 2017 16:40
Show Gist options
  • Save Kasst1el/f2a19c4d61be1fe8b3a2e15108f8ca39 to your computer and use it in GitHub Desktop.
Save Kasst1el/f2a19c4d61be1fe8b3a2e15108f8ca39 to your computer and use it in GitHub Desktop.
Height for modal fotorama
$(".gallery").click(function(){
var innerWidthWindow = $(window).innerHeight() - 56;
$(".fotorama").data('height', innerWidthWindow).attr('data-height', innerWidthWindow);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment