zoid
zoid copied to clipboard
Set title of created iframe
Hey first of all thanks for this great library!
I have a question regarding a cosmetic issue:
I create a iframe by calling zoid.component({});
And then calling render and passing the container selector.
The iframe is created with a generated title "ec_webshop_inner" and I was wondering if I can somehow set the title on the iframe. Because this string is sometimes visible to the user on mouse hover.
Thank you!