Not possible to make changes to an element's content when fitting it on resize
bjarkihall opened this issue · 1 comments
Hi there and nice plugin.
The code stores the original html and doesn't allow changes to be made to it.
I know this is by design since I've looked through the code but did you plan on adding the possibility to update the element's html?
E.g.
If you're texttailoring a div that has contenteditable="true" and you type something in, the changes go back when you resize.
Another example:
If you're texttailoring some text that has a span at the end (or font awesome glyph), you can't add logic that hides the span when the text gets too small.
Best regards,
Bjarki
Thanks for your input, it would be a nice feature to have. I'll take that in consideration while thinking on a possible plugin remake in 2019. Cheers!