larxn

Results 11 comments of larxn

I think this is no longer an issue. I just tested `` in both Safari 12 and IE 11, via [LambdaTest](https://www.lambdatest.com/). They work as expected, using a fallback JPG.

I'm seeing the same TypeScript error with the **`autoplay`** prop while using **Swiper 8.1.1**, **`swiper/vue`** and **Nuxt 3 (RC)**: ``` (property) autoplay?: undefined Type '{ delay: number; }' is not...

@Akryum, do you have any plans on adding TS support? Since this looks like Vue's most active virtual scroller library, it would be much appreciated.

Running something on port 80 usually requires root level access, so you can either run it with `sudo` or grant low-numbered port access to Node: ``` sudo setcap CAP_NET_BIND_SERVICE=+eip /usr/bin/node...

Sorry about the first version of this issue. It wasn't concise or clear enough. Hopefully it's better now.

Hi, @dannyv-cloudinary. I couldn't replicate the issue but I did notice the plugin is now including a `dpr_1.25` directive, which increases the quality of the [image](https://res.cloudinary.com/dkklqdsqc/images/w_709,h_1024,c_scale,dpr_1.25/f_auto,q_auto/v1708355472/wp_production/Rho-Motion-EV-Sales-January-2024_33162af0e2/Rho-Motion-EV-Sales-January-2024_33162af0e2.jpg?_i=AA). Did you implemented any...

Oh, and here is a minimal TasteWP instance you can use to verify the addition of that directive: **Admin URL**: https://polishbody.s4-tastewp.com/wp-admin **Username**: luveqz **Password**: y-59xxh2ldY

Hi, Oliver. Thanks for your kind words. Do you have an example of how that component would look like?

Oh, at first glance it looks like it would have this structure: ```html ``` And then the input disappears when `.container` is no longer focused. It doesn't seem that complicated....

Well, a `` may be helpful: ```html ``` https://teamtreehouse.com/community/creating-a-suggestion-list-for-html-form-input-elements