Support

Account

Home Forums Front-end Issues Using the Image ID returns Title as Home Reply To: Using the Image ID returns Title as Home

  • It returns the image with srcset and title=”home”. And yes the Title Attribute. Alt attribute is working, but title is a must for my client.

    <img width="400" height="400" src="***/wp-content/uploads/General-Motors.jpg" class="attachment-thumbnail size-thumbnail" alt="General Motors" loading="lazy" srcset="***/wp-content/uploads/General-Motors.jpg 400w, ***/wp-content/uploads/General-Motors-300x300.jpg 300w" sizes="(max-width: 639px) 98vw, (max-width: 1199px) 64vw, 400px" title="Home">

    I censored the URL it’s https:// if that makes any difference (which I guess it doesn’t)