Rating: 5 stars
As a realtor, my sites depend on images. Big images with few distractions surrounding them. This gives me EXACTLY what I want. I’m new to WP so this is so easy to use. Many thanks!
]]>Rating: 5 stars
works good and damn it`s small
]]>Rating: 5 stars
Brakuje chocia?by kilku podstawowych opcji, jednak?e dzia?a najszybciej, najlepiej, i zawsze dostosowuje si? do sytuacji.
]]>Rating: 5 stars
elegant and functional.
I love it.
Do you maintain the developpment of this plugin ?
Rating: 3 stars
I tried this plugin on my test environment and I must say it works nicely.
There are no options available and as the plugin author suggests, you must edit the plugin source code if you want to use the various settings available.
Look for the string “$type=”f”;” and change it with a, b, c, d or e.
Check out the demo from the script creator to find our the combination that suits you best:
https://osvaldas.info/examples/image-lightbox-responsive-touch-friendly/
The combination I’d like is missing though: overlay, activity, caption and close button (basically “f” without the navigation).
The navigation looks ugly on a smartphone if you have a lot of pictures in your post as it spans on multiple lines.
It is possible to hack the CSS in order to hide the navigation for a specific media queries.
Example:
@media only screen and (max-width: 960px){
#imagelightbox-nav {
display: none;
}
}
Regards,
Stefano