Hi,
Been running ZP 1.2.6 for ages using flowplayer (v2 I presume) with no problems. The videos would load centred in the image page just like photos with the image description and info fields below the video. I have now upgraded to ZP1.2.7 and started to use flowplayer3, the positioning of the video in the image page is now offset to the left with the description field over the video and the info field offset to the right. I know this is a css problem but where do I sort this out for the video positioning without changing the photo positioning which is still OK.
Thanks
Steve
Comments
Steve
Flowplayer3 needs an additonal css on Zenpage-default as they changed something (line 441-444 of the official style.css):
`
/* centering flowplayer 3 on image.php */
#image .flowplayer {
margin: 0 auto;
}
`
I must say that ZP is got so good, this is the first 'issue' i have had in ages, I can't even remember that last one I had (without checking) you guys have done and continue to do an excellent job.
Thanks again
Steve