Player - fix height

This commit is contained in:
drigato 2015-04-10 10:55:39 -04:00
parent 9e62c71690
commit 4d7d48d6fb
2 changed files with 2 additions and 2 deletions

View File

@ -70,7 +70,7 @@ class Application_Form_Player extends Zend_Form_SubForm
->setAttrib('rows', '4');
$embedSrc->setLabel(_("Embeddable code:"));
$embedSrc->setDescription(_("Copy this code and paste it into your website's HTML to embed the player in your site."));
$embedSrc->setValue('<iframe frameborder="0" width="280" height="210" src="'.Application_Common_HTTPHelper::getStationUrl().'embed/player?stream=auto&title=Now Playing"></iframe>');
$embedSrc->setValue('<iframe frameborder="0" width="280" height="216" src="'.Application_Common_HTTPHelper::getStationUrl().'embed/player?stream=auto&title=Now Playing"></iframe>');
$this->addElement($embedSrc);
$previewLabel = new Zend_Form_Element_Text('player_preview_label');

View File

@ -1,6 +1,6 @@
.airtime_player {
width: 270px;
height: 185px;
height: 191px;
position: relative;
font-family: Arial, Helvetica, sans-serif;
color: #fff;