34 comments found.
Hello, Does it works with any theme? Im using Uncode. Thank you
Bonsoir,
please note this is a jQuery plugin, not a WordPress one.
Is meant to be used in websites/web-projects by code-savy users (eg. developers). Because of this the proper answer is: it works on any theme, but reqires a proper integration.
does this support the webp format?
Hello,
yes it does!
Just a note: Firefox is displaying this message in console with latest version:
downloadable font: Glyph bbox was incorrect (glyph ids 6 9 10) (font-family: “lc_lightbox” style:normal weight:400 stretch:100 src index:1)
Hello,
as far as I undertood googling a bit this warning, it’s just a notice about micro flaws in the iconic font structure. Really nothing to worry about 
Buongiorno, desidero comprare la gallery, però desidero sostituire le virgolette con l’immagine di un qualcosa che fa capire che apre un testo o con un fumetto-commento. Dopo averla comprata desidererei che tu mi inviassi il listato da aggiungere a lc_lightbox.lite.js Resto in attesta, grazie e buon anno.
Ciao,
a quanto ho capito, vuoi cambiare l’icona delle “virgolette” (che fanno il toggle sul testo) con un’altra icona. Corretto?
lc_lightbox.lite.js è la versione free, in ogni caso, si tratta di un semplice codice CSS da usare.
Perfavore apri un ticket: https://support.lcweb.it/
Scusa, ma non conosco l’inglese e, pur essendomi registrato, non riesco a capire questa registrazione. Se puoi rispondere via email (registrata) ti sarò grato. Ho 72 anni e, francamente, mi sono stancato.
Ok ma… quale icona preferisci?
Icona commento
Il codice CSS è abbastanza corposo dato che l’unico modo per farlo in maniera “rapida” è usando un SVG trasformato in base64, spero si riesca a copiare da qui:
.lcl_txt_toggle:before {
content: "";
width: 16px;
height: 16px;
filter: invert(1);
position: relative;
top: 5px;
left: 5px;
background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48IS0tIEZvbnQgQXdlc29tZSBQcm8gNS4xNS40IGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlIChDb21tZXJjaWFsIExpY2Vuc2UpIC0tPjxwYXRoIGQ9Ik0yNTYgMzJDMTE0LjYgMzIgMCAxMjUuMSAwIDI0MGMwIDQ5LjYgMjEuNCA5NSA1NyAxMzAuN0M0NC41IDQyMS4xIDIuNyA0NjYgMi4yIDQ2Ni41Yy0yLjIgMi4zLTIuOCA1LjctMS41IDguN1M0LjggNDgwIDggNDgwYzY2LjMgMCAxMTYtMzEuOCAxNDAuNi01MS40IDMyLjcgMTIuMyA2OSAxOS40IDEwNy40IDE5LjQgMTQxLjQgMCAyNTYtOTMuMSAyNTYtMjA4UzM5Ny40IDMyIDI1NiAzMnpNMTI4IDI3MmMtMTcuNyAwLTMyLTE0LjMtMzItMzJzMTQuMy0zMiAzMi0zMiAzMiAxNC4zIDMyIDMyLTE0LjMgMzItMzIgMzJ6bTEyOCAwYy0xNy43IDAtMzItMTQuMy0zMi0zMnMxNC4zLTMyIDMyLTMyIDMyIDE0LjMgMzIgMzItMTQuMyAzMi0zMiAzMnptMTI4IDBjLTE3LjcgMC0zMi0xNC4zLTMyLTMyczE0LjMtMzIgMzItMzIgMzIgMTQuMyAzMiAzMi0xNC4zIDMyLTMyIDMyeiIvPjwvc3ZnPg==");
}
Ringrazio per la pazienza avuta nei miei confronti, ma questo codice non so in quale punto incollarlo su: lc_lightbox.lite.js o su: lc_lightbox.js Chiedo ancora scusa per aver disturbato, grazie ugualmente e buon anno.
Avrei gradito un pulsante così: div class=”lcl_icon lcl_right_icon lcl_txt_toggle” title=”Leggi”
Non posso darti un file modificato qui su Envato, per quello ti ho chiesto di aprire un ticket.
Quello che ti ho dato è del puro codice CSS che puoi mettere ovunque nel tuo sito e sovrascriverà l’icona senza andare a modificare i files del plugin (e quindi immpossibilitarti ad aggiornare lo stesso senza perdere la modifica)
Se hai un file CSS del sito, lo puoi mettere li. O, ancora meglio, inline dentro all’HEAD della pagina HTML.
Buongiorno, ho comprato LC Lightbox – Premium per correggere solo 2 piccole cose. Ho inserito nell’HEAD della pagina la tua bellissima icone, ma adesso si sovrappongono le virgolette.
e, mi sono accorto che nel cellulare appaiono solamente le virgolette nere.
Probabilmente hai inserito il CSS prima di quello di quello del plugin. Si risolve usando un ”!important”
.lcl_txt_toggle:before {
content: "" !important;
width: 16px;
height: 16px;
filter: invert(1);
position: relative;
top: 5px;
left: 5px;
background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48IS0tIEZvbnQgQXdlc29tZSBQcm8gNS4xNS40IGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlIChDb21tZXJjaWFsIExpY2Vuc2UpIC0tPjxwYXRoIGQ9Ik0yNTYgMzJDMTE0LjYgMzIgMCAxMjUuMSAwIDI0MGMwIDQ5LjYgMjEuNCA5NSA1NyAxMzAuN0M0NC41IDQyMS4xIDIuNyA0NjYgMi4yIDQ2Ni41Yy0yLjIgMi4zLTIuOCA1LjctMS41IDguN1M0LjggNDgwIDggNDgwYzY2LjMgMCAxMTYtMzEuOCAxNDAuNi01MS40IDMyLjcgMTIuMyA2OSAxOS40IDEwNy40IDE5LjQgMTQxLjQgMCAyNTYtOTMuMSAyNTYtMjA4UzM5Ny40IDMyIDI1NiAzMnpNMTI4IDI3MmMtMTcuNyAwLTMyLTE0LjMtMzItMzJzMTQuMy0zMiAzMi0zMiAzMiAxNC4zIDMyIDMyLTE0LjMgMzItMzIgMzJ6bTEyOCAwYy0xNy43IDAtMzItMTQuMy0zMi0zMnMxNC4zLTMyIDMyLTMyIDMyIDE0LjMgMzIgMzItMTQuMyAzMi0zMiAzMnptMTI4IDBjLTE3LjcgMC0zMi0xNC4zLTMyLTMyczE0LjMtMzIgMzItMzIgMzIgMTQuMyAzMiAzMi0xNC4zIDMyLTMyIDMyeiIvPjwvc3ZnPg==");
}
Grazie e buon anno
Pre Sale question:
Is there somewhere a showcase on how a Twitter Post is displayed in different ways/styles? I just saw there “normal” RSS Feeds from websites but not a Twitter one.
Would be cool to be able to see that first. Regards, Flo
Hello Flo,
I’m not sure you are referring to the right plugin to be honest.
This is a lightbox, doesn’t have any direct contents integration. Did I miss any step?
Oh, I’m sorry! This should have been posted on the following Product Page “Swift Box – jQuery Contents Slider and Viewer”.
Please post this in that section 
Hello, Is there any settings to disable lightbox for some images? Some images don’t need a lightbox when clicked. Thank you in advance.
I already fixed by adding tag in 

How do you autoplay youtube vidoes? I set autoplay:true in initialization the light box but still not working.
Hello,
could you please give me a link to check?
its not on internet.
Are you referring to deeplinked videos? Which is the lightbox initialization code?
Please open a ticket, is hard to discuss about technical stuff here: https://support.lcweb.it/
Great code, however, I have the licensed premium version that deeplinking on my site doesn’t work. It takes the current parent URL, not the individual image src. Any help is appreciaied!
Hello,
please open a ticket linking the lightbox implementation: https://support.lcweb.it/
Hi, I have a problem with lightbox, it does not show the full screen icon! I did not set any options yet.
Hello,
please open a ticket giving me a link to your implementation and pasting the initialization code: https://support.lcweb.it
I wanted to register on your support but it’s asking for purchased code, from where I get it?! Actually I do not have link for my implementation yet but I initialize it like this(BTW I lazy load the image gallery):
// static initialization
var $obj = $('#gallery a');
lc_lightbox($obj);
// dynamic initialization
lc_lightbox('#gallery a');
Once I removed $ from $obj the fs icon start showing! Anyway, how I make the video start playing once it opens? I’m using daily motion videos by the way.
https://www.dailymotion.com/embed/video/'+ el.video_id +'?info=0&logo=0&related=0&social=0&controls=1&autoPlay=1
However lately more and more browsers are blocking autoplayed media elements
Hi again, I tried to add Disqus feature but the comment icon does not appear, here is my code: lc_lightbox(’#gallery a’, { comments: { type: ‘disqus’, shortname: ‘myshortname’, } });
Comment icon? You should see the comment box.
However I really should see your implementation to evaluate the comment system. Please open a ticket https://support.lcweb.it/
The purchase code can be found in the purchase receipt (in the “download” page of your codecanyon account)
The comment icon does not appear until I set a title for images and the disqus pane does not appear until I set the data_direction to rside, that’s weird!
Comments can be shown exclusively on right side. You need to show also a text (title or description).
Then, it’s right
Is it possible show the comments panel at the bottom?
Nope, isn’t possible. Would take too much heigh
Great but perhaps one little improvement that can make life easier for the integration of social networks!
Currently when we want to share an image, it is the current url that is taken. Only often this url is not the one that provides the right meta tags or “the real url” to build the page.
Personally I had to modify the source code in order to avoid having to manage it in a too complicated way.
- 1 : I add a parameter ‘ SHARINGURL ’ in the option “fb_share_params” like ‘ TITLE ’, etc.
- 2 : It is dynamically powered by a “data-href” attribute present in each ‘source’ element. image
Could you please open a ticket attaching two screenshots of your code tweak and the final implementation code in your page? thanks 
I know that FB sharing system is hard to implement but FB lately changed its policy and had to re-invent a system working everywhere
okay! It’s really not a big change and there is no change on the sharing method it’s just 4, 5 lines to add;)
Subject: Image Zoom Mouse Drag Verses Browser Scroll Bars
First, I want to say thank you for the fantastic product. It’s a no brainier to purchase the product if you are truly serious about image display and want a mature full featured solution. I’m developing on a MAC using Dreamweaver with Bootstrap 4.3.1, Popper 1.15.0 and jQuery 3.4.1 as a point of reference.
I’m working mostly with artistic images of original paintings and photography. I love the option to be in full screen with img_zoom set to true and fullscreen set to true. When zooming, the image overflows the screen size as expected. In order to view sections of the zoomed content, the browser scroll bars are required to expose the desired section of the screen (haven’t tried touch or mobile yet alloy_finger is referenced). In my humble opinion, the more natural desktop flow is to use the mouse drag method (hold left click and drag accordingly) to navigate.
I have looked through the fine documentation, however have not seen a way to accomplish the request using the mouse to scroll a zoomed image. Can you please advise if it is possible to drag with the mouse to navigate a zoomed image? If it is not, may I please suggest a feature request for an upcoming release?
Thanks.
Hello and thanks for the kind words,
the zoomed image should be navigable by dragging the image also on desktop.
Please open a ticket giving me a link, I’ll give a look https://support.lcweb.it
We are not able to register at your support system with the Envato code that we received. All the details are correct, but still it’s throwing weird errors!
After submitting the form, the errors are: ``` ERROR: The username field is empty. ERROR: The password field is empty. Invalid username or purchase code ```
It’s funny that it’s throwing error about password field which is not present on the registration form. Please guide us accordingly.
I replied to your email 
Hi,
Library has one bug when using multiple time on same page. It also appears on your website https://lcweb.it/lc-lightbox (not every time but some time js error appear about blocking the iframe and lightbox doesn’t work). Link of screenshot of your website: https://ibb.co/s9MCNCB
Can you please suggest how to fix it?
I am using light version but can go for paid version if required and if bug is fixed.
Tanzeel
Hello Tanzeel,
I tried multiple times playing with it, but never faced the issue. You area also the only one reporting it.
Finally: the first cross-origin on your side is about Facebook, a whitelisted domain that normally doesn’t trigger that error.
PS: please reply only on Github until you don’t get the pay veresion. Thanks
hi, what’s new in v1.2.5? missing changelog infos – https://lcweb.it/lc-lightbox/changelog – regards
My bad, I forgot to add it on my site 
It’s updated now!
But first of all: where did you take the plugin?
(since you don’t have the buyer badge)
“Im tested lite version” I wrote
where is part of code (i think that auto-detection is close img_regex) – before buying Im checked lite version and I have worry about auto-detection object and “double click a button f.e. zoom in” is demo here https://lcweb.it/lc-lightbox
Then, please write on the github section
Hello We have problem with lightbox on mobile with my iphone on safari. The image display on full screen and we can’t see the entire of the pdf
Hello,
please open a ticket giving me a link to check: http://support.lcweb.it
Hello
I’m trying to follow your example shown here with regards to direct array initialization https://lcweb.it/lc-lightbox/documentation?section=init#direct-array-initialization
I have put my data but I’m then finding that when I then try to do the lcl_open(data, $instance); it is not opening and I’m getting an error of “LC Lightbox – cannot open. Unexisting index”. What does this mean and how can I fix it? The data itself seems fine but the $instance does not seem to be passing whatever it needs to in order to work.
Hello, please open a ticket, here isn’t so comfortable to speak about codes: http://support.lcweb.it/wp-admin
Hi there,
How can I add the overlays to each of the gallery items like you have in your demo?
Hello,
that depends on your setup. For my one I used Global Gallery + a custom javascript trigger
Anyway to stop the escape key from closing the lightbox?
Also is there a way I could pass the link’s class to the thumbnail. I’d like to have a way I can identify each thumbnail separately.
Is there a way I can also close the lightbox if a specfic thumbnail is clicked?
- Nope, the esc key is always tracked for that action (as web standard)
- This could be tricky to be done: not a class but using APIs you can know which image is clicked (please refer to the lightbox documentation)
- Yes, through APIs
Thanks. Is there a way to stop a HTML5 video from autoplaying?
I also notice that they seemed to be being embedded as iframes rather than as video tags.
Am I doing something wrong to not have it recognised as a video?
Managed to work it out. Thanks for your help!

Hello i have this error on mobile “jquery.js?ver=1.12.4:3 Resource interpreted as Document but transferred with MIME type application/pdf: “
Hello,
Sounds related to some file extension. Please open a ticket attaching a link to your implementation. Thanks
This gallery looks wonderful! However, I have not yet found a demo where the Facebook sharing is working, and I want to make sure FULL images can be shared on Facebook, not just thumbnails or links.
Can you point me to a demo where the Facebook sharing is working?
Hello,
isn’t FB working in my demo? I’m able to share this: https://lcweb.it/lc-lightbox?lcl=1973387682/Speedy-hummingbird
I can confirm there’s a full featured FB share, sharingh the exact image and related contents. There’s one requirement though: Facebook requires you to create an app linked to your website in order to do this
Many thanks! I appreciate your ultra-prompt and helpful feedback. I have since discovered the sharing problem was caused by a setting in my Firefox browser. After I changed this setting, the Facebook share worked beautifully! 
In light of this, it looks like this plugin will work beautifully for me. However, I do have a few more questions which I have detailed below. I will again be looking forward to your feedback and follow-up. Thanks! ~ Metta
(1) Thank you for the heads up about the app I will need to create on Facebook to enable FB sharing. Could you please provide more info about what app I should be using?
(2) I noticed the hummingbird share crops a bit off the top of the image. Is there a way for me to get around this problem by using slightly smaller images—or by changing the default settings in this plugin?
(3) I could not find a way to access the “theater” view on Facebook with your shared images. Is this due to a Facebook setting or a plugin setting?
(4) What is the maximum number of images/videos you recommend including in one gallery?
(5) Does the plugin include a category/filter option?
(6) Does the plugin include (or do you plan to add) an option for displaying the gallery images/videos in a random sequence?
(7) Do I need to take any special precautions (or make any specific code edits) if I want to place more than one gallery on a single page?
1: a normal fb app not requiring any approval. Don’t worry about it
2: there might be super small crops due to numerical value rounding, but no customer reported any crop until now
3: do you mean to share the entire gallery on fb? If so, this isn’t possible only a single image linked to your site (page url or deeplinked url)
4: as many as you need. The lightbox preloads previous and next images, avoiding excessive bandwidth usage
5: remember you are talking about a jquery lightbox. The implementation must be performed (or are you searching a WordPress gallery?)
6: there’s not a random option. You should create it by shuffling items on click and initializing the lightbox via code
7: you can have unlimited lightbox instances in a page. Then you may have unlimited galleries
Thanks again for your ultra-prompt and helpful feedback!
(1) “Don’t worry about it” meaning it’s not hard to do, or not necessary on my end?
(2) If you like, I can show you the crop on FB in case there is something that could be done about it?
(3) No. I do not want to share the entire gallery, only the individual images. In fact, this is one of the things I love about your plugin!
My question is about whether or not we can display these individual images in the dark “theater” view that FB provides. Here’s an example:
> https://www.facebook.com/photo.php?fbid=10154806928218685&set=a.10152681926988685&type=3&theater
(4) Yeah! 
(5) Not looking for a WP plugin. This is great as is, even without a category/filter option.
(6) Once I purchase the plugin, could you show me how to adjust the code to create a random display? Or, would you be willing to help with this on a paid/fee basis?
(7) Yeah! 
Thanks again for offering such a feature-rich and versatile application! 
(
What permission settings do I need to turn on in my browser to allow your “Play With It” demo to work? Apparently I have something disabled that prevents “Apply & Launch” from working.
(9) Can live links be added to specific images/videos?
(10) Do we have the option of turn the download option OFF? I didn’t see this listed in the “Play With It” demo.
1: means isn’t hard to be done
2: oh, you were referring to fb. I share the original image, the rest is done by fb
3: what you share on fb is always a link. The theater is exclusively for fb stuff
5: then I don’t understand what filters has to do in a lightbox 
6: keep in mind this is a jquery plugin, then you must be a coder in order to make it work. There’s a complete documentation where you can see a manual initialization demo. But you have to create the images object and shuffle it by your own (ovlbviously I can create the snippet for you for a small fee)
8: uhm.. Is pure Javascript. Maybe any ad block addon seeing a false positive..? I mainly use Firefox, then everything I do is 100% tested for that browser
9: what do you mean with live?
10: sure! There are a ton of options, I couldn’t put everything in the demo or I would have an infinite form 
Mayve you could try the lite version and see if it fits your needs. There’s also the documentation’link in my site’s menu to dive into technical matters 
(5) No worries. My confusion. 
(6) Will let you know after I make my purchase if I’d like to have your help with creating the random display. Many thanks!
(
I don’t have an ad-blocker installed, but it probably won’t matter since I’ll be making a purchase even without using the DIY demo. 
(9) Apologies for the confusion. I just meant can we add working links (URLs) that are visible to our site visitors? For example, providing a visible link (URL) along with an image that takes you to the image source.
(10) Thanks again! 
6- Just remember that isn’t for free (since takes a bit of time to be done)
9- this requires acustom text selector usage since you have to write the HTML link tag ( the txt_attr option).
Or, since you want the randomizer and you’ll need to initialize the lightbox via code, you can inject it in the text.
Basically there are multiple ways, but none of them is “out of the box”.
For example I made a JS addition for a customer showing a linked button underneath the text with side-text layout.
This all sounds great! Thanks again for your helpful feedback and follow-up. Will let you know if I’d like to request paid support after making my initial purchase(s).
