lbineau

Results 15 issues of lbineau

There is the already very useful https://vuetensils.stegosource.com/directives/clickout.html directive. With accessibility we often need the equivalent for keyboard (ex: disclosure navigation needs to close when focus gets out of the nav...

**Is your feature request related to a problem? Please describe.** I did not find any documentation about a transition / animation system (CSS or JS). **Describe the solution you'd like**...

enhancement
open source
USER STORY

I created a small demo here: https://codesandbox.io/s/j1v9387zqy If `.items` has `display: block` and `.item` has `display: inline-block` everything is working fine. But if `.items` has `display: flex` the items are...

```javascript player.loadVideoById({ 'videoId': 'theVideoId', 'playerVars': { 'autoplay': 0, 'controls': 0 } }) ``` playerVars doesn't seems to be added to iframe url (described here https://developers.google.com/youtube/iframe_api_reference#Loading_a_Video_Player) Am I missing something?

question

Hi, I have a problem Chrome browser in production only (not in local). The images of all carousels with fade/crossfade transitions do not work properly. There is a sort of...

**How can we reproduce this bug?** Add long text in a button so it has multiple lines Write out the HTML (or Inky code) that causes the issue. ```html Lorem...

Hi, I would want to execute some javascript into code snippet or having an "inline javascript" like "inline css". How can I achieve that ? (in the sample below, Vue...

Hello and thank you for this amazing software! I'd like to know if Studio version 0.3.1 is compatible with Lunii 2.7 firmware? Sorry for opening an bug for a question,...

Hi, thanks for your library I use it on several projects, it is already a big improvement compare to the CSS version. I would want to go further and be...

It is not to criticize just an open question. jQuery plugins like masonry takes the CSS dimensions to calculate the dimensions of the items. Is your choice performance related? Thanks.