We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54fd810 commit 8d58b7fCopy full SHA for 8d58b7f
1 file changed
js/FeedzyBlock/Editor.js
@@ -226,7 +226,7 @@ class Editor extends Component {
226
227
getImageURL(item, background) {
228
let url;
229
- if (item.thumbnail) {
+ if (item.thumbnail && this.props.attributes.thumb === 'auto') {
230
url = item.thumbnail;
231
} else if (this.props.attributes.default) {
232
url = this.props.attributes.default.url;
0 commit comments