Images does not Show in Iframe After Deploment

Hi all, I have a page which uses an iframe to display different pages. These other pages reside in the same directory as the home page but the images that are displayed inside of them reside in a folder called Pets which is inside of the image folder. I can see the images in these pages just fine before launch the site but after launch they don’t show up. The path I’ve used to display one of these images is as follows:
<img src=“images/Pets/Dog.jpg”>
II don’t know if that is the correct path, any suggestions will be greatly appreciated. Thanks in advance for your help.