Alt-text for Google maps?

Quick accessibility question: When LiveWhale creates a google map for a location, does it also autogenerate alt-text for the map image that appears on the event details page?

Hi Jen,

Good point – right now it looks like the core “embed Google map” code doesn’t add a title to the resulting iframe. We’ll fix that in our next release, but in the meantime here’s something simple you could add to _ingredients/themes/global/scripts/calendar-custom.js in your theme to patch in an immediate change:

$('body').bind('calLoad.lwcal', function (e, controller, data) {
  $('.lw_cal_event_detail_map').find('iframe').attr('title','Google Map of event location');
});
1 Like

Thanks, Karl - our web dev team is really backed up right now, so can your team patch that change to our site for us using support hours?

Sure, you can go ahead and reach out using personalized email support, no problem. :+1: