Hello, I'm relatively new to JS and I'm using your plugin(which is really good btw) to embed some videos in my project.
I wanted to have it similar to how it is with the click/hold/drag functionality (clicking & holding brings it to top of z-index) however without the dragging/sorting.
So it would expand, and come to the front on click, stay in front, and then clicking again would return it to normal. I'm not sure how to go about that with the built in features.
right now this seems to work decently with drag/sort behavior, however the grid items expand beyond the full width of the screen instead of auto stacking to fit( which i assume is due to my css hierarchy ).
can you point me to what I need to add/ change to achieve the result I'm aiming for?
Hello, I'm relatively new to JS and I'm using your plugin(which is really good btw) to embed some videos in my project.
I wanted to have it similar to how it is with the click/hold/drag functionality (clicking & holding brings it to top of z-index) however without the dragging/sorting.
So it would expand, and come to the front on click, stay in front, and then clicking again would return it to normal. I'm not sure how to go about that with the built in features.
this is the code so far:
css:
right now this seems to work decently with drag/sort behavior, however the grid items expand beyond the full width of the screen instead of auto stacking to fit( which i assume is due to my css hierarchy ).
can you point me to what I need to add/ change to achieve the result I'm aiming for?