I want to dynamic change the background image and details on bootstrap modal by using ajax I get all images from database and my modal is working fine every id showing right data I'm facing problem showing background image
I do getting right URL for image like https://example.net/uploads/16188133891985.jpg and right image for every id problem is when I pass that image to modal body it's not working and modal look like this
if anyone can help me what I'm missing my ajax working fine I'm getting all data as well as image
thank you


