Skip to content

Commit

Permalink
webpage plugin iframe scrolling option
Browse files Browse the repository at this point in the history
  • Loading branch information
mammique committed Feb 8, 2013
1 parent d58d895 commit e49684b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/webpage/popcorn.webpage.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
options._iframe = document.createElement( "iframe" );
options._iframe.setAttribute( "width", "100%" );
options._iframe.setAttribute( "height", "100%" );
options._iframe.setAttribute( "scrolling", options.scrolling || "yes" );
options._iframe.id = options.id;
options._iframe.src = options.src;
options._iframe.style.display = "none";
Expand Down

0 comments on commit e49684b

Please sign in to comment.