Skip to content

Commit

Permalink
Set iframe border and spacing to 0, thanks @issackelly
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjpowers committed Apr 4, 2015
1 parent 8fcfea9 commit 352b6e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/setup-chromecast.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<div class="template-full-screen widescreen">
<div class="main-window">
<h1 ng-hide="channelUrl">Setting Up Chromecast</h1>
<iframe ng-show="channelUrl" src="{{ channelUrl }}"></iframe>
<iframe ng-show="channelUrl" src="{{ channelUrl }}" frameborder="0" framespacing="0"></iframe>

<div ng-show="chromecast.alert" class="alert {{ chromecast.alert.style }}">{{ chromecast.alert.text }}</div>

Expand Down

0 comments on commit 352b6e2

Please sign in to comment.