barryrumack
barryrumack
lol neat just hit this issue too.
Encountered this problem when trying to embed Wistia popovers. Solved it by this: `findImageInElement: function(e) {` `var t = this.determineUrlAndType(e);` `if (!this.hasGradient(t.url)) {` `t.url = this.stripUrl(t.url);` **`if (t.url = "undefined")...
i noted this here... https://github.com/glidejs/glide/issues/508#issuecomment-687353604 the issue is that glidejs doesn't look at css properties, styles or anything, it looks at the rendered dimensions of the elements. so calling it...
Bump - this also applies to gutenberg themes. Archive Title block gets the author name, but there's no block for getting the archive author description
> Interesting. It might be debatable, but I think we can say this is a bug. I mean, a number without a unit isn't usable, so I'd say without a...