How do i get the black background on highslide youtube video

Modifications for phpBB3.
Try the Mods here and share Your own Mods
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support

How do i get the black background on highslide youtube video

Post by kevinviet »

Hello Stoker

Would you please show me how to get a black background on highslide youtube video ? I try to modify the highslide .css and can't it right.

Thanks

How do i get the black background on highslide youtube video

Post by Steve »

iirc hs.dimmingOpacity = 0.75; add this in the <script type="text/javascript"> section for highslide object

How do i get the black background on highslide youtube video

Post by kevinviet »

Thanks Steve, but I was talking the white border background around the video :D
if you can go see the demo here viewtopic.php?f=32&t=1175 you will understand what I talking about.

How do i get the black background on highslide youtube video

Post by Steve »

Same sh1t hs.outlineType = 'rounded-white';

How do i get the black background on highslide youtube video

Post by kevinviet »

I did that, I changed 'rounded-white'; to 'rounded-black'; anh it's only give me a black border around the video but still some white background on it. I think you have to change some thing on the highslide .css but not sure which one.
Last edited by kevinviet on 04 Sep 2012, 23:06, edited 1 time in total.

How do i get the black background on highslide youtube video

Post by mobius »

take a look here

http://highslide.com/ref/hs.outlineType

then here

http://highslide.com/editor/ (i think you want gallery basic dark)

How do i get the black background on highslide youtube video

Post by kevinviet »

Thanks for the links mobius, I think I got it now :D