Marco Ciampini
Marco Ciampini
We may have incurred in the same issue in https://github.com/WordPress/gutenberg/pull/39468#discussion_r827137147
Thanks a lot, i know it would be hard to obtain. So, i'm wondering if it would be simple in case of the slide transition... How can i change the...
yes, it helped a lot :) now my slider is resized to fill the right space in the window.. to achieve this behavior i wrote those lines.. is there a...
ok.. i wrote some additional code, making use of the css3 "background-size" property ``` javascript function resizeImages() { var height = $(window).height() - $('header').height() - $('footer').height()-$('body').css('margin-top').substring(0,2) - 2; //the right...
understood.. i've searched another (simpler) plug-in to obtain this effect, although this slider is really cool.. keep following your work !! thanks for the help :)
Thanks for the effort.. I think it would be a big improvement for this project .. Keep me updated !
For sure. I initially went for the "old way" of doing things, but as time goes by, this change should be painless and will actually simplify the code too
The main advantage of using Codesandbox is that you can see/change the code in an interactive way (and it's where the cool kids host their demos as well.) Hosting them...
What happens now though is: - setting the `inert` property to `true`: - adds the `inert` and `aria-hidden="true"` attributes - removes the `tabindex` attribute - setting the `inert` property to...
Consider using cypress.io