ZenphotoCMS Forum
How to adjust size of Flowplayer playlist - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: Plugins (https://forum.zenphoto.org/forum-6.html)
+--- Thread: How to adjust size of Flowplayer playlist (/thread-6548.html)



How to adjust size of Flowplayer playlist - saucy - 03-02-2010

How can I adjust the size of the flowplayer playlist, not the actual flowplayer player that you can set in the admin page?

The song titles are too long for the playlist box and gets cut off.




How to adjust size of Flowplayer playlist - acrylian - 03-02-2010

The flowplayer playlist is pure CSS styled HTML (with JS of course). The css file responsible is within zp-core/zp-extensions/flowplayer3_playlist. But you don't need to change that ifself, just copy the file to your theme's folder and change as needed. It will then be used instead of the original plugin one.

Btw, this is all written on the plugin doc:
http://www.zenphoto.org/documentation/plugins/_zp-extensions---flowplayer3_playlist.php.html

For infos how playlist itself work please refer to the documentation on flowplayer.org.