Image alt tag is showing post title instead of Alt Text
In the place where you use get_the_title($post_id) you need to get the alt attribute that is stored in the post metadata like this: esc_attr (get_post_meta ($post_id, ‘_wp_attachment_image_alt’, true))