Wrong positioning of image
-
Hi,
I’m using WP 4.1 and SLB Version 2.3.1. and like it a lot because of its simplicity.
Unfortunately, when clicking on a gallery image, the overlay is being positioned correctly (filling 100% width, 100% height, slight opacity) but
the actual image is being loaded at the very bottom of the page.This results in confusion, becauuse there is nothing to see except the overlay, and the user has to scroll to the bottom manually, to see the image. With each next image, which is being loaded, the lightbox container with the image is being pushed further down.
The JS of the plugin inserts some inline-styling with
top: 2800px
or something.Of course, I have simply tried to override this value by:
div.slb_viewer_layout { top: 100px!important; }
which does work, but this handish value breaks the scoll logic, making it very awkward to use the plugin.
I have tested this behaviour in Chrome, FF, Opera.
The bug can be seen here: https://beta.reifengundlach.de/20-jahre-gt-radial/I will remove all bugfix-attempts to give you the raw problem.
Thank you for any ideas on how to fix this.
Best Regards
Toby
- The topic ‘Wrong positioning of image’ is closed to new replies.