You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just been testing this out on a new site and my image wrapper that I am calling focuspoint on has top and bottom padding. This padding seems to be interfering with Focuspoint and causing the focuspoint of the image to be much higher in the container area.
Is there a way to fix this without removing the padding? I can't set a static height to the container though.
Thankyou.
The text was updated successfully, but these errors were encountered:
You could try putting an extra div inside the container that has the padding on it, then set it to position: absolute with 100% width and height, and call focuspoint on that instead? Would need position: relative (or fixed) on the container with padding too.
Hey,
Just been testing this out on a new site and my image wrapper that I am calling focuspoint on has top and bottom padding. This padding seems to be interfering with Focuspoint and causing the focuspoint of the image to be much higher in the container area.
Is there a way to fix this without removing the padding? I can't set a static height to the container though.
Thankyou.
The text was updated successfully, but these errors were encountered: