WordPress Child Theme Calling Images

You could try the following if you have a child theme and trying to reference your images from that file location, onto your custom .php files…

<img src="https://wordpress.stackexchange.com/questions/226211/<?php echo get_stylesheet_directory_uri(); ?>/assets/images/your-custom-image.jpg" />

Just make sure in your child theme location, you really have a child folder structure of…

assets -> images