Advertisement
Guest User

Thing for rhys

a guest
Aug 28th, 2014
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. //modalHeight should get the size of the modal (by id)
  2. var modalHeight = document.getElementById('id-of-modal').clientHeight;
  3. // should set the height to equal modalHeight
  4. document.getElementById('id-of-image').height = modalHeight;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement