Nicolas Turlais

Results 26 comments of Nicolas Turlais

Hello @jackhogg Sorry for the late answer. In what would it be different to the `destroy` api call ? why do you need it ? Thanks

Hello What would you like to happen when hitting tab ? You can change the image by using the arrow keys.

Thanks, Can you provide a demo where the bug is reproductible ?

Hello @eruecco87 can you to reproduce the bug with the next version ? https://github.com/nicolas-t/Chocolat/releases/tag/v1.0.0-beta.0 I can help you setting it up if you're stuck.

Hello, Can you reproduce the issue with the next version of chocolat ? https://github.com/nicolas-t/Chocolat/releases/tag/v1.0.0-beta.0 Thanks

Hello ! > imageSize : 'cover', > > But it the picture is in portrait format, the image is stretched to screen width. So only the upper part of the...

More informations regarding swipe, and how it can be done : https://github.com/nicolas-t/Chocolat/issues/68

@johansmitsnl You could totally add zoom methods to the api. A pull request would be very welcome. At this line : https://github.com/nicolas-t/Chocolat/blob/master/src/js/jquery.chocolat.js#L663 Something like : ```js zoomIn: function(e) { return...

You're right. I will do it.

Hey, I haven't properly tested yet, but this seems to generate sourceMaps for background.js ```js // vue.config.js pluginOptions: { electronBuilder: { chainWebpackMainProcess: (config) => { config.devtool('source-map') }, ```