gallery
Here are 939 public repositories matching this topic...
I can not fix an error I found in the docs because I can not find the repo for the docs.
-
Updated
Feb 14, 2020 - Vue
-
Updated
Feb 14, 2020 - Swift
-
Updated
Feb 15, 2020 - Java
-
Updated
Feb 13, 2020 - JavaScript
As per this issue, beginners or people who aren't that sharp on JS are stumbling on that step.
Why not update the Usage to say "Initialize the script when the DOM is ready, e.g."
<script> window.addEventListener('load', function() { baguetteBox.run('.gallery'); }); </script>
I bring this up because I teach for a web development
When a user clicks on the next and previous slide arrows and the gallery is playing, the slide timer doesn't get reset, possibly causing an unwanted quick change of slides.
There's already a check in place in slideToIndex to see if the slideTo request comes from a user event, but that parameter is not being passed down by slideRight, slideNext, etc.
Wrap images in links
Same as #322 but Im using api push to dynamically generate galleries. Is there a way to use data-href and data-link as that author originally asked or some other solution?
When on the "Label Faces" modal, the small face thumbnail on the top left is missing. When inspecting it looks like this:
<img auth="[object Object]" height="40" width="40" src="http://backend/media/faces/c5291c1156b701f0b5d4ff2cc10545a74_0.jpg" class="ui image">Note http://backend
I'm running this by checking out the dev branch and using docker-compose up.
I've twe
-
Updated
Feb 14, 2020 - Kotlin
I just leave this here for fun. :)
https://tex.stackexchange.com/questions/423566/are-there-any-research-papers-about-tex/423578#423578
http://www.eprg.org/G53DOC/pdfs/knuth-plass-breaking.pdf
See page 34 (1152).
-
Updated
Feb 15, 2020 - PHP
-
Updated
Feb 15, 2020 - Kotlin
-
Updated
Feb 14, 2020 - JavaScript
Hi all.
I want to submit an issue.
When carousel is opened on a mobile, on android/chrome for example, vertical swiping on mobile screen causes carousel slide to be changed: swiped to next or prev.
Have you considered improving the experience of swiping to navigate between images? Currently the image doesn’t change until after the swipe motion is complete.
In other libraries I have seen the swipe more closely mimics how the native swiping works on the phone. For example the image will start to move and follow your finger as the swipe starts, and then eventually shoot off the screen for t
-
Updated
Feb 14, 2020 - Python
There's no mention that SDWebImage is a requirement: it's not added as a submodule, nor is clarified in the description/Readme of the Github project.
Not a major issue, still it's been time-consuming trying to integrate it, only to discover at compile time that it won't work…
-
Updated
Feb 14, 2020 - Kotlin
-
Updated
Feb 15, 2020 - Dart
-
Updated
Jan 16, 2020 - JavaScript
-
Updated
Feb 14, 2020 - JavaScript
-
Updated
Feb 14, 2020 - Java
Improve this page
Add a description, image, and links to the gallery topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the gallery topic, visit your repo's landing page and select "manage topics."
[] bug
[x ] enhancement
feature-discussion (RFC)
Swiper Version: 5.2.1
I ran into the same issue with lazy loading breaking srcset media conditions as: nolimits4web/swiper#2499
The solution for me was to use the
data-sizesattribute instead of the regularsizesattribute. This isn't documented in the API however