Closed aaronjpitts closed 4 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.
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:
Perhaps you can give it's default inline style these values.