http://krosfit.stronazen.pl/index.php/o ... t-crossfit
I trying to align youtube player into the text. I even put in on the table, but no effect. I also try to override css in this code (change 100% to "auto" in width and height) but no effect.
- Code: Select all
.fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed {
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
How to make video player more flexible and move it to right align into text?