Image diff not showing because .gitattributes

Hello.
I want to take advantage of gitlab image diff during merge request. However, instead of the image being rendered or the diff, this is what I’m getting:

This is the .gitattributes file that we have setup, I don’t understand how this is avoiding the image to show properly:

* text=auto

*.* text eol=lf

/.idea/* text eol=crlf

*.png binary
*.jpg binary
*.ico binary
*.pdf binary

We are using managed gitlab.com

Thanks in advance

Nothing to comment?

We’re having the same issue as well. I tried

*.png binary diff

And completely removing the *.png entry. I even committed it to de master branch, and merged master into my topic branch - no dice