Video Still Image Caption/ALT

Posted in: Newspaper
Post count: 104

Hi guys – we are using the Featured Video functionality extensively on our site and am pleased with it. However the auto-grab of the video still does not populate ALT tag for the media so we end up with blank ALT tags. Is there any way of getting the functionality to grab the video title to put in the ALT tag?

https://www.deeperblue.com/video-freediving-the-gullies-of-kynance-cornwall/

Post count: 6600

Hi,

Try this condition to the module thumbs function, like this: http://screencast.com/t/NCMuzSyW

if (get_post_format($this->post->ID) == 'video') {
$attachment_alt = $this->title;
}

Thanks

Post count: 104

With 6.3.1 has the line number changed for this code fix?

Post count: 6600

Hi,

Yes, you have to add it here: http://screencast.com/t/Wp2zgSeDP6a

Thanks

Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.