Skip to content

Commit 095c814

Browse files
committed
add .embed to iframe
1 parent 53bcd01 commit 095c814

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

R/print.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,5 +103,5 @@ embed_notebook <- function(x, width = "100%", height = "525") {
103103

104104
plotly_iframe <- function(url, width, height) {
105105
paste("<iframe height=\"", height, "\" id=\"igraph\" scrolling=\"no\" seamless=\"seamless\" src=\"",
106-
url, "\" width=\"", width, "\" frameBorder=\"0\"></iframe>", sep="")
106+
url, ".embed\" width=\"", width, "\" frameBorder=\"0\"></iframe>", sep="")
107107
}

inst/.Rapp.history

Whitespace-only changes.

0 commit comments

Comments
 (0)