-
Notifications
You must be signed in to change notification settings - Fork 10
Description
If inserted in a WP post directly (i.e. not using wiki-embed) the following known working example provided by draw.io rescales automatically to fit the window size (using responsive web view in FF; refresh on size change necessary). This is the three boxes in a line image shown at the bottom of the attached image.
The data is a deflated base64 encoded drawing (use this to decode and inflate and then this to make it human readable.
`
However, if included via wiki-embed from wiki page in which the drawing has been included (the above enclosed in <html></html>), the graphics size does not respect the wiki-embed div size and will overflow if zoomed in (or screen size is reduced).
The effect occurs whether tabs or accordion are used or not, i.e. all presentation options.