paulkr / blowup.js

🔍 jQuery plugin for image magnification.
https://paulkr.github.io/blowup.js/
MIT License
92 stars 50 forks source link

#BlowupLens is adding white space to bottom of page on load #9

Closed aaronjpitts closed 4 years ago

aaronjpitts commented 5 years ago

You can see in your demo, the #BlowupLens div is causing extra space at the bottom of the page until you hover over the image and trigger it to be moved.

You can see what I mean here: https://ibb.co/1QC0Q2X

I fixed this giving the #BlowupLens a default style of:

#BlowupLens {
  left: 0;
  top: 0;
}

Perhaps you can give it's default inline style these values.