- Posts: 1
- Thank you received: 0
Layout for video
20 May 2012 02:34 #1961
by sykong
Layout for video was created by sykong
I have video as the default.
I noticed that the layout for the sermon is actually more suited for audio.
Unless I am missing a setting somewhere, my video overflows and covers the speaker's name, date etc... The height and background image are designed for audio only. Wonder if we can have a solution that works for both audio and video without having to modify the layout.
Meanwhile, a not so elegant workaround is to change the height to auto as shown below
I noticed that the layout for the sermon is actually more suited for audio.
Unless I am missing a setting somewhere, my video overflows and covers the speaker's name, date etc... The height and background image are designed for audio only. Wonder if we can have a solution that works for both audio and video without having to modify the layout.
Meanwhile, a not so elegant workaround is to change the height to auto as shown below
Code:
#sermon-player-container div.ss-player {
background: url(../images/player-wrapper.png) no-repeat;
height: auto;
margin: 5px;
padding: 7px 0 0 50px;
float: left;
width: 350px;
}
Please Log in or Create an account to join the conversation.
- Thomas Hunziker
- Offline
- Administrator
20 May 2012 08:39 #1962
by Thomas Hunziker
Replied by Thomas Hunziker on topic Re: Layout for video
The icon layout is indeed done with audio only in mind. It's also created to look best with the Wordpress player. This one will just never look good with videos.
By the way: This layout was created and shared by the user Douglas Machado from ideal.fok.com.br .
For videos you better choose another layout or create your own.
By the way: This layout was created and shared by the user Douglas Machado from ideal.fok.com.br .
For videos you better choose another layout or create your own.
Please Log in or Create an account to join the conversation.
Time to create page: 0.107 seconds