Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted December 20, 20213 yr 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.
December 20, 20213 yr Community Expert Solution 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: