Hello,
photos do not appear in the following cases
1- inserting photo inside <picture> tag (In Server Side Only), Working normally in local
2- Not Working when site domain only www.mysite.com ,, Working when site domain = www.mysite.com/index.php
<picture class="hover1 runHover2">
<img src="assets/img/central-business-district-singapore.jpg">
</picture>
Note:
-The path is right, and when opening inspect to check the photo, I find it
- Tried to change the path to /assets/img/central-business-district-singapore.jpg or www.mysite.com/assets/img/central-business-district-singapore.jpg , but not solved