Some images not working in background-image:url()
, i cant figure out that does i need to remove (
and )
from image name or anything else is an issue?
any help will be appreciated.
here is an working and not working examples.
<!-- Not Working -->
<div style="background-image:url(https://ignite.galify.com/images/tx9gyzjfb24712-(1).jpg)"> img </div>
<!-- Working -->
<div style="background-image:url(https://ignite.galify.com/images/9mspqz9gqb1561725209327568845756.jpg)"> img1 </div>