I have been using images as a background-image in a repeating group.
It works perfectly on firefox and safari, but on chrome images are not displayed.
The thing is that images I am trying to display are served by http protocol and not https. I have read that chrome now blocks images that are not in https mode. (or tries to convert, but the result is the same).
I have tried several things like using html element then use css etc, but none of them are working.
Has anyone ever faced this issue ? Do you know how to solve it ?
The issue is related to http. Chrome will not accept that you call and HTTP from HTTPS url. You will need to find if the API offer a secure url that you can call using HTTPS. In some case, it’s not enough to just add https, the secure url is on another or sub domain.
You can try maybe to create an API Call GET set to type “image” in API Connector with [url] in url and put the Image URL there. Bubble will load a version of the file on the Bubble storage. You can add a process to delete the file later.