I think what you have in mind would involve rewriting the HTML whenever someone resizes the window. We already have a simple CSS solution that works well without needing to do that. All my fork does is add some containing DIVs around the HTML generated for the idiagram, and these allow for a responsive display with just a small amount of CSS code.
I think what you have in mind would involve rewriting the HTML whenever someone resizes the window. We already have a simple CSS solution that works well without needing to do that. All my fork does is add some containing DIVs around the HTML generated for the idiagram, and these allow for a responsive display with just a small amount of CSS code.