Nicolas Turlais

Results 26 comments of Nicolas Turlais

Fixed this issue on Ubuntu 22.04 by using **node 18**

Hello I don't have the time to test it right now, but you can try : ```js $('#my-element-id').Chocolat({ imageSize: 'native', enableZoom: false }) ```

Yes it's possible, as you can see here : https://github.com/nicolas-t/Chocolat/blob/master/dist/index.html There is multiple galleries on the same page. What have you tried ?

Closing due to lack of activity. Feel free to reopen.

Hello, Not sure I understood your request correctly. This works for me (to be pasted in the `demo` directory) : ```html Chocolat — demo 1 2 3 4 5 6...

Hello, At the moment there's only fade animation, and it wouldn't be easy for you to implement something else unless you're familiar with javascript.

What do you mean ? SVG as images ? I haven't tried to be honest.

Thank you, Is the bug `chocolat.api().getElem('img').get(0).currentSrc returns undefined` fixed ? I mean it seemed more like a browser issue, is it working now ?

@dscafati & @t-book Thank you for your enthousiasm. If you want to work on this feature I highly recommend you do it on the `rollup` branch which is the branch...

Hello, Why don't you duplicate/move the caption into the title attribute ? The other way is to pass an array as the first attribute of chocolat : https://chocolat.gitbook.io/chocolat/usage#instanciating-using-javascript-objects In your...