This action is used before main photo in a single gallery
function my_custom_gallery_before_photo() {
echo '<img src="SOME_URL" alt="NAME_OF_IMAGE" />'; }
add_action('jaw_gallery_before_main_photo', 'my_custom_gallery_before_photo');
The result can look like this:
List of all hooks you can find HERE