I have been looking for a solution for this for months now, but can't find it so I'm trying it here.
We have several responsive Bootstrap 4 websites that have one problem: - images on iPhone and iPad devices will not load. Only after one or more refreshes.
This how we have it running, under the highest SSL levels:
- website domain: www.website.com
- images location: subdomain.otherdomain.com
Both are on the same server and SSL certificate, and the SSL is installed correctly. I must include here that the domain without 'www' is not in the SSL.
This is the images tag that works on any other browser on any other device:
<img class="img-fluid fit-image" src="https://subdomain.otherdomain.com/subdir/2020/img-name.jpg" alt="Not working"></a>
Does anyone have an idea how to solve this? Or are there people experiencing the same?