AurumCalendula (
aurumcalendula
) wrote
in
vexercises
2022-07-23 08:26 pm (UTC)
no subject
I usually use the Work Skin for Vids
astolat
posted about somewhere (I can't find it at the moment), and post
< p class="vidwrap" align="center"> [embed code goes here] < /p> in the work text box (remove the extra spaces before the Ps).
The CSS for the skin is:
#workskin p.vidwrap {
display: block;
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
#workskin iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
(
8 comments
)
Post a comment in response:
From:
Anonymous
This account has disabled anonymous posting.
OpenID
Identity URL:
Log in?
Dreamwidth account
Account name
Password
Log in?
If you don't have an account you can
create one now
.
Subject
HTML doesn't work in the subject.
Formatting type
Casual HTML
Markdown
Raw HTML
Rich Text Editor
Message
[
Home
|
Post Entry
|
Log in
|
Search
|
Browse Options
|
Site Map
]
no subject
< p class="vidwrap" align="center"> [embed code goes here] < /p> in the work text box (remove the extra spaces before the Ps).
The CSS for the skin is:
#workskin p.vidwrap {
display: block;
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
#workskin iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}