SAAS-833: Radio page UI improvements/fixes
Added width and height to schedule widget iframe tag
This commit is contained in:
parent
1add10c657
commit
9a42c4bf36
3 changed files with 5 additions and 8 deletions
|
@ -8,7 +8,7 @@
|
|||
} ?>
|
||||
|
||||
<div id="tab-1" class="schedule tab_content current">
|
||||
<iframe id="schedule_iframe" scrolling="no" frameborder="0" src=<?php echo $this->stationUrl."embed/weekly-program"?>></iframe>
|
||||
<iframe id="schedule_iframe" height="400px" width="770px" scrolling="no" frameborder="0" src=<?php echo $this->stationUrl."embed/weekly-program"?>></iframe>
|
||||
</div>
|
||||
|
||||
<div id="tab-2" class="about_us tab_content">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue