Some sponsor images display as thumbnails
-
We are using WordPress 5.2.2 and Simple Sponsorships 3.0.0. Some sponsor images show up as thumbnails and others do not. Our sponsor widget is set to show Full images.
The images which are shown as thumbnails have HTML like:
<img src="https://wordpress.local/wp-content/uploads/2019/07/logo-150x89.png" class="attachment-0x100 size-0x100 wp-post-image" alt="" width="150" height="89">
The images which work properly have HTML like:
<img src="https://wordpress.local/wp-content/uploads/2019/07/logo2-300x100.png" class="attachment-0x100 size-0x100 wp-post-image" alt="" srcset="https://wordpress.local/wp-content/uploads/2019/07/logo2-300x100.png 300w, https://wordpress.local/wp-content/uploads/2019/07/logo2.png 418w" sizes="(max-width: 300px) 100vw, 300px" width="300" height="100">
I don’t see a pattern in which HTML gets displayed, but my expectation is that all sponsors are rendered consistently so this seems broken.
- The topic ‘Some sponsor images display as thumbnails’ is closed to new replies.