Skip to content
#

gallery

Here are 939 public repositories matching this topic...

rickibarnes
rickibarnes commented May 3, 2019

feimosi/baguetteBox.js#156

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

react-image-gallery
juliosouza-pushstart
juliosouza-pushstart commented Feb 11, 2020

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.

isleshocky77
isleshocky77 commented Jan 29, 2019

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

flyingL123
flyingL123 commented Nov 21, 2019

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

Improve this page

Add a description, image, and links to the gallery topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the gallery topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.