hi. how can i display the video full size over the whole website width?
here it works fine http://www.alfaweb.at/test/portfolio-item/kurz/
but here it don`t work, can you help me to fix this? http://www.alfaweb.at/test/web-2-0-directory/wind/
Hi alfaweb2!
use this to control the video size:
div .mejs-video {
width: 150% !important;
height: 450px !important;
}
Best regards,
Andy