front / gutenberg-js

JavaScript only version of the WordPress Gutenberg editor (DEPRECATED)
GNU General Public License v2.0
390 stars 42 forks source link

Embed blocks #19

Closed botoxparty closed 5 years ago

botoxparty commented 5 years ago

Hey,

It seems that all the embed blocks are not being passed their attributes, e.g. embed url, width, height.

e..g If i make an Instagram embed i get the message TypeError: Parameter 'url' must be a string, not undefined or a soundcloud embed Uncaught DOMException: Failed to execute 'getImageData' on 'CanvasRenderingContext2D': The source width is 0.

botoxparty commented 5 years ago

Can confirm this is working now. However requires additional CSS to display embed blocks properly.