EwaMakowska

Results 5 issues of EwaMakowska

OK, now I want to use marker animation, but I can't find some official example. I found solution (https://stackoverflow.com/questions/44729776/how-can-animation-be-added-to-markers-in-react-google-maps) where I do it exacly like in vanilia javaScript. Just adding...

Maybe someone can help me solve this error? my configuration: ``` const uploaderConfig = { language: "en", itemLimit: 1, uploadFileUrl: 'http://localhost:8080/upload/', deleteFileUrl: 'http://localhost:8080/upload/', showMessage: (vue, message) => { console.log("???", vue,...

Hi I want to show date range (eg: 25.08.2020 - 30.08.2020) instead of "2 selected" in datepicker header. It's even possible? I thought it's is header-date-format, but this props is...

I try to add atribut to my image: ``` get_the_image( array( 'meta_key' => 'Large', 'size' => 'large-img', 'link_to_post' => false, 'image_attr' => array( 'data-pin-nopin' => 'true', ), )); ``` but...

Hi Could ask for an example of how to use this library with a custom button and hide the default button? I know it's possible, I saw the demo. But...