soflyy / oxygen-bugs-and-features

Bug Reports & Feature Requests for Oxygen
https://oxygenbuilder.com/
315 stars 29 forks source link

Image alt text not added to Image tag on Testimonials Element #2225

Open pkboy opened 3 years ago

pkboy commented 3 years ago

Describe the bug

Alt text from Media Library not added to the tag for the image in the testimonial element.

Steps to reproduce the behavior:

  1. Go to Add, select Testimonial element
  2. Click on Image, select image from Media Library with alt text
  3. Click Save
  4. Alt attribute with corresponding alt text not added to img element inside testimonial/
  5. Same image added via Image element or Review Box include the alt text from Image in Media Library
KittenCodes commented 3 years ago

The Image in the Testimonial element doesn't support Alt tags. Moving to Feature Requests.

Dade88 commented 5 months ago

ALT should be included as empty by default for this kind of images, as they serve no other purpose than decoration. <img src='whatever' alt=''>