Nicolas Hoffmann

Results 60 comments of Nicolas Hoffmann

@Zenexer how would you update these files?

Hi, yes, this seems to be a Chrome issue, I was able to reproduce it here: https://www.nicolas-hoffmann.net/source/1369-Balise-video-de-HTML5-Alone-in-the-Light-Terragen2.html and `data:` in `img-src` fixes the problem. This is a browser bug.

Bug reported here: https://bugs.chromium.org/p/chromium/issues/detail?id=921027 ;)

@dascritch it is a problem: this is the image that Chrome displays to load the video. As it is a browser-related, it should not trigger any CSP violation. (or you...

Do you have ghostery activated? It seems the problems comes from here.

This is strange: I've the same bug with Ghostery enabled on your website (a CSP violation on `img-src` because `data:` is not enabled in `default-src`), if I disable Ghostery, no...

Hi @dariodev thank for pointing it out. It seems to be more complicated than I though ^^ I've tried a dirty way to do it like ```$("html, body").animate({ scrollTop: $(e.target).top...

Hi @mbgower in the doc you provided, I don't see any advice for Ctrl+Up or Down, am I wrong ?

Hi all, it is a good idea, my only problem is free time to do it :) I'm wondering how I could do it keeping simplicity of the plugin (how...

Hi @meshenka : yes, it will be rebuilt entirely (in the same way as the accordion script). Just need to find time to :)