@pitaj newest version (1.8.2) however I solved the problem, but now the text area is shorter than the upper part.
See image
0_1523876562055_566e1970-4592-4fc1-ad12-f071d0f072b0-image.png
How can I change this with CSS?
Try going into library.js and changing:
postContent = postContent.replace(/<a href="(?:https?:\/\/)?(?:www\.)?(?:vimeo\.com)\/?(.+)<\/a>/g, embed);
To this.
postContent = postContent.replace(/<a href="(?:https?:\/\/)?(?:www\.)?(?:vimeo\.com)\/?(.+)">.+<\/a>/g, embed);
I did similar work on the soundcloud plugin, if that works, submit it via a PR on his github so others can benefit.