Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Gabriel Torres Posted December 20, 2021 Posted December 20, 2021 Please take a look if in Template: core > front > global > thumbImage This: <img {{if $lazyLoad && settings.lazy_load_enabled}}src='{expression="\IPS\Text\Parser::blankImage()"}' data-{{endif}}src='{file="$image" extension="$extension"}' alt=''> Shouldn't be this: <img {{if $lazyLoad && settings.lazy_load_enabled}}src='{expression="\IPS\Text\Parser::blankImage()"}' data-{{endif}}src='{file="$image" extension="$extension"}' alt='$name'> Cheers.
Solution Jim M Posted December 20, 2021 Solution Posted December 20, 2021 Are you suggesting to utilize the $name in the alt tag in this template? By default, the alt tag should be getting placed in when our Javascript handles a few various items (unless I am missing your question here). As seen here: SeNioR- 1
Gabriel Torres Posted December 20, 2021 Author Posted December 20, 2021 Thanks @Jim M, I was unaware of that. SeNioR- 1
Recommended Posts