Anton
Anton
So, a year have past can we use captions with HTML formatting now? Thanks.
Hi, sorry for the delay. @thesublimeobject I mean the second you have described: at certain widths all of the rows pop to columns and stay that way even after you...
@fancyapps ok, got it. Take a look how it is done in Swiper slider https://github.com/nolimits4web/swiper ### **Custom build** https://swiperjs.com/swiper-api#custom-build **Using JS Modules** https://swiperjs.com/swiper-api#using-js-modules **Using Build Script** https://swiperjs.com/swiper-api#using-build-script What do you...
@fancyapps fancyapps, any ETA for this?)
Hi @fancyapps Why not get rid of titles at all or at least make them optional?
@DiemenDesign but aria-label shoud do the same but without showing as a tooltip text when the mouse moves over the element which I do not want.
@DiemenDesign we can not just don't add the `title=""` attribute that is showing the native tooltip because it is hardcoded in a js file.
@DiemenDesign if I add `pointer-events: none` to buttons then they will not work at all, close, prev/next, etc. buttons, does not make sence. Looks we mean different types of tooltips....
@DiemenDesign you sure? Here is the close button: `` How do you remove the tooltip **'Close'** text when the mouse moves over the close button?
@DiemenDesign it does not work. Please see the example with your code https://jsfiddle.net/j417z2mh/ What Javascript logic for Tooltips do you mean? What part of the script that controls Tooltips do...