Julien Delarocque

Results 6 comments of Julien Delarocque

overriding the `overflow` css property of `.lazyYT` and `.lazyYT-container` to `visible` (set to `hidden` by lazyYT.css) makes the background image show up, but the play button is still hidden.

overriding the `transform` css property of `.lazyYT-image-loaded > button` to `initial` (set to `scale(0.61)`, `scale(0.85)` or unset by lazyYT.js, depending on the container width) makes the play button appear.

this bug also exists in opera, so other webkit browsers are also affected. I added following rules to my css file: ``` @supports (-webkit-appearance:none) { .lazyYT, .lazyYT-container { overflow: visible...

@Daugilas sorry it took so much time, the URL is www.theyssamy.fr

Had similar problem and a look at the source... I've added an answer to the StackOverflow question but here it is as well: Since the replacement of NA values is...

Hi, thanks for the nice app and looking into the issue. I should have provided these details in the first place I guess (hadn't tested the AppImage though): - After...