XF 2.1 How to change ALT TAG for uploaded images?

darkeye

Active member
After uploading an image into a post, there is actually this code in my forum:

<img src="domain.com/attachments/movie-jpg.1/" data-url="" class="bbImage" data-zoom-target="1" alt="1" style="">

How I can change the alt tag? I want to make it more seo friendly. It would be much better, the title of the jpg-file is shown in the alt tag, like:
<img src="domain.com/attachments/movie-jpg.1/" data-url="" class="bbImage" data-zoom-target="1" alt="movie1" style="">
 
Top Bottom