it looks like bubble broke it: the bubble object now doesn’t have width and height functions but width_css and height_css, or at list that’s what I get if I log the object in the console.
Not sure if they were already there and the normal width/height are now missing or if they are the replacement of the normal width/height.
Anyway it looks like a breaking change pushed to production without notice, I wonder how many more there are
Might take a bit to propagate, but I can confirm that both width() and height() are now there and return numeric values, whereas they weren’t moments ago.
In this post is pointed out that width/height is available as a property only when the element is set as resizable.
It looks like it’s not a bug of the plugin api but just a bug in the inline documentation that says both the properties are available when the element is not resizeable (even if they aren’t)