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 Using the "data-width" and "data-height" properties for the slide does not seem to be working.
Are you able to reproduce the bug in the demo site Yes
To Reproduce Steps to reproduce the behavior:
Expected behavior Slides should be restricted to the width and height set (I tried 80%, 80vw/vh, pixels, ems)
Post the code you are using
<a class="glightbox" href="https://res.cloudinary.com/theramoshe/f_auto/${image}.jpg" data-glightbox="title: ${title}; description: ${caption};" data-type="image" data-width="80%" data-height="80%" > <img class="gallery-image" src="https://res.cloudinary.com/theramoshe/f_auto/${image}" alt="${title}" /> </a>`;
Screenshots If applicable, add screenshots to help explain your problem.
Desktop:
Smartphone: N/A
The text was updated successfully, but these errors were encountered:
use viewport dimesions data-width="80vw" data-height="80vh"
Sorry, something went wrong.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
No branches or pull requests
Describe the bug
Using the "data-width" and "data-height" properties for the slide does not seem to be working.
Are you able to reproduce the bug in the demo site
Yes
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Slides should be restricted to the width and height set (I tried 80%, 80vw/vh, pixels, ems)
Post the code you are using
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop:
Smartphone: N/A
The text was updated successfully, but these errors were encountered: