We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
Are you able to reproduce the bug in the demo site No.
To Reproduce Steps to reproduce the behavior:
document.addEventListener( 'DOMContentLoaded', function(){ const lb = GLightbox( { zoomable: true, selector: '', elements: [ { type: 'image', href: 'https://picsum.photos/1200/800', title: 'My Title', description: 'Example', }, { type: 'image', href: 'https://picsum.photos/1200/800', title: 'My Title', description: 'Example', } ] } ) lb.openAt( 0 ) } );
Expected behavior Opened lightbox slide.
Post the code you are using Help me solve issues faster, if I can copy paste your code I can try to reproduce and fix the bug faster.
Screenshots
Such ternary fix the problem:
Desktop:
The text was updated successfully, but these errors were encountered:
same problem here
Sorry, something went wrong.
@doiftrue Can you create a codepen or codesandbox with a minimized test case?
same issue
FYI: work only if set descPosition: 'right'
It only works when i set "left" or "right".
No branches or pull requests
Describe the bug
Are you able to reproduce the bug in the demo site
No.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Opened lightbox slide.
Post the code you are using
Help me solve issues faster, if I can copy paste your code I can try to reproduce and fix the bug faster.
Screenshots
Such ternary fix the problem:
Desktop:
The text was updated successfully, but these errors were encountered: