natural-gallery-js icon indicating copy to clipboard operation
natural-gallery-js copied to clipboard

A lazy load, infinite scroll and natural layout list gallery

Results 17 natural-gallery-js issues
Sort by recently updated
recently updated
newest added

Bumps [terser](https://github.com/terser/terser) from 5.12.1 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies
javascript

There should probably be a `removeEventListener` function. Currently I have a listener that I only want to fire the first time the event happens (after the first image has loaded)....

Am I missing something or is there no option to disable this functionality? I currently want a bit more preloading of images to happen, and pagination does enough to make...

First of all, really great gallery!!! I used it with a django backend to serve and display photo in my home cloud. However, Iam missing two features: First i would...

Came across a strange one today. I tried adding my initial items before initialising the gallery, thinking it might avoid pagination events being triggered unnecessarily on page load, but ended...

I'm currently working on something where I want to be able to allow the user to delete images, and it would be great if I could then remove the image...

Steps to reproduce: 1. Create a simple gallery according to Getting started steps 2. Add 2 images to the gallery Expected result: 2 images displayed Actual result: Thumbnails in the...

Bumps [postcss](https://github.com/postcss/postcss) from 8.4.12 to 8.4.31. Release notes Sourced from postcss's releases. 8.4.31 Fixed \r parsing to fix CVE-2023-44270. 8.4.30 Improved source map performance (by @​romainmenke). 8.4.29 Fixed Node#source.offset (by...

dependencies
javascript

CodeSandbox: https://codesandbox.io/s/natural-gallery-js-issue-czh8cg My best guess is I'm using `setItems()` when maybe I should be using `addItems()`?

Hi. I noticed that currently is quite hard to do any customization on gallery items. I need to add a button to each image and I thought about two solutions:...