You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to suggest including a style argument to the function include_url(). By default iframes include a rather ugly border around the object that is embedded. I propose including a style argument so that something like style="border:none;" can be included. If this is something that would be desirable, I would be more than happy to submit a pull request, though I don't know where include_url lives.
The text was updated successfully, but these errors were encountered:
This sounds like a reasonable feature request to me, but I don't have time for it. If you want to disable iframe borders globally, you could just define it in CSS like (I think you certainly know it):
This old thread has been automatically locked. If you think you have found something related to this, please open a new issue by following the issue guide (https://yihui.org/issue/), and link to this old issue if necessary.
I would like to suggest including a style argument to the function
include_url()
. By default iframes include a rather ugly border around the object that is embedded. I propose including a style argument so that something likestyle="border:none;"
can be included. If this is something that would be desirable, I would be more than happy to submit a pull request, though I don't know whereinclude_url
lives.The text was updated successfully, but these errors were encountered: