Centre Video

In my example here, I have used EasyHTML5Video to reduce a rather large Video file. I pasted the code output into a crowbar action. The video shows fine but as I grow the browser window the Video keeps to the left. Instruction says: Paste this code to your page between the tags in the place that you want the video to appear.
Can anyone point me in the right direction.

Thanks

Trevor

http://metbergenviro.co.uk/video.html


freewaytalk mailing list
email@hidden
Update your subscriptions at:

Even though putting styling code inline isn’t β€œkosher” by modern best-practices:

Find this bit in the code:

<div class="easyhtml5video" style="position:relative;max-width:1280px;">

Now, just add margin:auto; into the style attribute:

<div class="easyhtml5video" style="position:relative;max-width:1280px;margin:auto;">

freewaytalk mailing list
email@hidden
Update your subscriptions at:

Hi Caleb

Thanks! It Worked.

I had an idea it was something to do with the style position part of the output code but would not have known what to enter or where!

Thanks for your time.

Regards

Trevor


freewaytalk mailing list
email@hidden
Update your subscriptions at: