Quote:
Originally Posted by Gn_Snake
Do not see the maximize button in full screen?
Any ideas?
I use Vb4.1
|
Please send me an live url, i use the same version without any problem.
Quote:
Originally Posted by RK KINGKONG
how can i make the video show in a bigger block , ive tried changing the size in the code like the width n height but it doesnt change anything.... any ideas please
|
You will need to find and change the following css code in your style.
Code:
element.style {
height: 363px;
width: 604px;
}