I’m having trouble displaying images in the Lightbox. If I have recognized the problem correctly, it is due to the link of the src property. If the link starts with HTTPS, the same image will be displayed in a much larger format in the lightbox than if I start the link with HTTP.
The first two pictures on https://www.qmbase.com/de/testing-lightbox/ show the problem
This is the shortcode I am using, as you can see it is the same image used twice:
[image src=“http://www.qmbase.com/wp-content/uploads/2018/02/Dokumentenmanagement-Dashboard-1-1.png” link=“true” info=“none” info_place=“top” info_trigger=“hover” deeplink=“true”]
[image src=“https://www.qmbase.com/wp-content/uploads/2018/02/Dokumentenmanagement-Dashboard-1-1.png” link=“true” info=“none” info_place=“top” info_trigger=“hover” ]
[lightbox]
How can I make the images with a https-link the same size as the picture with the http-link?
I appreciate any help.
Thank you!
Lutz
