http://decal-bone.com/lab_stories.html
i'm trying to embed a video from youtube and make it responsive. i'd like to
make 100% of the center column; but i'm getting a miniature version.
css is in the head of the document.
any help would be appreciated
--ron
_
I use the last solution here:
http://css-tricks.com/NetMag/FluidWidthVideo/Article-FluidWidthVideo.php which
is taken from Thierry Koblentz' solution here:
http://alistapart.com/article/creating-intrinsic-ratios-for-video
On Wed, Sep 18, 2013 at 1:37 PM, Ron Zisman wrote:
> http://decal-bone.co
I'm not seeing the css in the head as having any effect on the video
or it's wrapper for some reason. FireBug in FF 23.0.1.
On Wed, Sep 18, 2013 at 1:41 PM, Chris Rockwell wrote:
> I use the last solution here:
> http://css-tricks.com/NetMag/FluidWidthVideo/Article-FluidWidthVideo.php which
> is
I know this list is CSS-centered, but you could always use:
http://fitvidsjs.com/
On Wed, Sep 18, 2013 at 12:43 PM, Tom Livingston wrote:
> I'm not seeing the css in the head as having any effect on the video
> or it's wrapper for some reason. FireBug in FF 23.0.1.
>
> On Wed, Sep 18, 2013 at 1
Fitvids is a good solution if you're not worried about whether JavaScript
is available and/or you are trying to retrofit an old site with lots of
videos and don't want to mess with the markup. It just automates Thierry's
solution (i.e., it wraps your tags and applies necessary styles)
On Wed, Se
guys, thanks, but i'm pretty thick
i've tried a few times with no success.
here's the page: http://decal-bone.com/lab_stories.html
the video lives in the center column under the text
html for the vid:
css in
div#content div appears to be over riding styles on .video-container
On Wed, Sep 18, 2013 at 4:40 PM, Ron Zisman wrote:
> guys, thanks, but i'm pretty thick
> i've tried a few times with no success.
>
> here's the page: http://decal-bone.com/lab_stories.html
>
> the video lives in the center colu
On 18.09.2013 22:40, Ron Zisman wrote:
here's the page: http://decal-bone.com/lab_stories.html
As Tom says, it's a specificity problem.
With increased specificity via the selector chain...
div#content div div .video-container {
position: relative;
padding-bottom: 56.25%;
padding-t
On 2013-09-18 13:37 (GMT-0400) Ron Zisman composed:
http://decal-bone.com/lab_stories.html
i'm trying to embed a video from youtube and make it responsive. i'd like to
make 100% of the center column; but i'm getting a miniature version.
When first opened there was no video at all, but shor
On Wed, Sep 18, 2013 at 4:40 PM, Ron Zisman wrote:
> guys, thanks, but i'm pretty thick
> i've tried a few times with no success.
>
> here's the page: http://decal-bone.com/lab_stories.html
>
> the video lives in the center column under the text
>
> html for the vid:
>
>
>
i think i got it….
that comma was the offender… would have never caught that.
thanks to all
ron
On Sep 18, 2013, at 7:54 PM, Tim Arnold wrote:
> On Wed, Sep 18, 2013 at 4:40 PM, Ron Zisman wrote:
>> guys, thanks, but i'm pretty thick
>> i've tried a few times with no success.
>>
>> here's t
Glad you got it worked out. I want to mention that you might want to
address class/id scheme. You need to get way to specific to get at the
video-container; even on a site with very complex mark-up, I would consider
that way to specific. If you ever want the same styling on a separate
page, you'
12 matches
Mail list logo