ZenphotoCMS Forum
flowplayer height - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: flowplayer height (/thread-9819.html)



flowplayer height - nbruley - 2012-04-02

I adjusted the height of flowplayer in the plugin settings and tried a number of other settings (scale etc) but still can't get it to change in height. I'm only using it for mp3. Is there a way to disable the video portion or shrink it down without decreasing the width?

Thanks!




flowplayer height - acrylian - 2012-04-02

You might need to adjust the css as well.




flowplayer height - nbruley - 2012-04-02

`

player {


height: 25px!important;
}
`
did the trick, thanks.