URL: http://101.0.117.80/~sunrisee/our-team/
Wordpress version: 4.6.1
X Theme version: 4.6.4
In Firefox and IE broken images are shown in Promo boxes when there is no image being uploaded. I can see that a div is being generated like so:
<div class="x-promo-image-wrap">
<img src=""></img>
</div>
Despite no image having been uploaded. (side note, shouldn’t the img tag be self closing? eg <img src="" />)
The theme and all plugins are up to date.