ALT in popup
-
galleryItems.push({
src: element.getAttribute('href'),
msrc: msrc,
width: element.getAttribute('data-lbwps-width'),
height: element.getAttribute('data-lbwps-height'),
title: title,
exif: exif,
el: element,
tabindex: tabindex,
alt: element.firstElementChild.getAttribute('alt')
});I propose to update the integration so that it would take ALT from the image. This way large image will have ALT as well. Now it always has the empty ALT.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.