Skip to content

Commit

Permalink
v3.3
Browse files Browse the repository at this point in the history
- Fix Player Modal Size
  • Loading branch information
bgiesing committed Jul 18, 2015
1 parent 215165e commit df40cd9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,9 @@ <h5 class="header col s12 light">Unique Radio. 24/7.</h5>
</div>
</div>

<div id="player" class="modal modal-fixed-footer" style='height:450px;width:300px;'>
<div class="modal-content center" style='padding:0px 0px;'>
<iframe id="frame2" src='' style='overflow:hidden;height:389px;width:300px;border:0;'>Loading...</iframe>
<div id="player" class="modal modal-fixed-footer" style='width:300px;'>
<div class="modal-content center" style='padding:0px 0px;overflow:hidden;'>
<iframe id="frame2" src='' style='overflow:hidden;height:389px;width:100%;border:0;margin-bottom:-50px;'>Loading...</iframe>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-orange btn-flat">Hide</a>
Expand Down

0 comments on commit df40cd9

Please sign in to comment.