I have used this library in my project. However I get the following error
'Picker.js:62 Mixed Content: The page at 'https://....' was loaded over HTTPS, but requested an insecure resource 'http://api.giphy.com/v1/gifs/trending?api_key=dc6zaTOxFJmzC'. This request has been blocked; the content must be served over HTTPS.'
I have changed the url in the library to include 'https' instead of 'http' and my implementation works fine. However we use npm that will directly install the library from your link. Can you include this change in your package and publish?
Thanks.
I have used this library in my project. However I get the following error
'Picker.js:62 Mixed Content: The page at 'https://....' was loaded over HTTPS, but requested an insecure resource 'http://api.giphy.com/v1/gifs/trending?api_key=dc6zaTOxFJmzC'. This request has been blocked; the content must be served over HTTPS.'
I have changed the url in the library to include 'https' instead of 'http' and my implementation works fine. However we use npm that will directly install the library from your link. Can you include this change in your package and publish?
Thanks.