Ask your WordPress questions! Pay money and get answers fast! Comodo Trusted Site Seal
Official PayPal Seal

Karma Wordpress Theme - Resize Video Frame WordPress

  • SOLVED

Home Page Right Video Layout / where can I modify the width of the frame of the video the default is 572 w x 312 h, but I need to change the width settings

Answers (4)

2014-02-06

Sai kumar answers:

Hi,

Can you please send me the url

Thanks
Sai


alumicenter comments:

http://alumcenter.net/test/patio-products/pool-enclosures/


Sai kumar comments:

Hi,

You can do it by changing the css to your desired width in here (line number 2021 on your style.css)


.video-main {
width: 592px;
height: 371px;
float: left;
background: url(images/_global/bg-video.png) 0 0 no-repeat;
position: relative;
}


Thanks
Sai


Sai kumar comments:

Please change the width and height accordingly, then it will be ok

Thanks
Sai


Sai kumar comments:

And also change with the same width and height in here too (line number : 2029 in your style.css)


.video-frame {
width: 340px;
height: 312px;
position: absolute;
top: 10px;
left: 10px;
background: url(images/_global/preload-white.gif) center center no-repeat;
}


Thanks
Sai


Sai kumar comments:

Hi Mr. Bhavesh is right, you are using background image for the video frame. So need to change it too.


Thanks
Sai


alumicenter comments:

Sai,
It work


alumicenter comments:

Yeah, I got it


alumicenter comments:

How do I assign the money to you?


Sai kumar comments:

Hi,

Everything fine. Hope your issue solved.

Thanks
Sai


Sai kumar comments:

Please vote for the answer. Then the amount will be credited to me

Thanks
Sai

2014-02-06

Sébastien | French WordpressDesigner answers:

probably in functions.php

send me your theme, i look at that
[email protected]


Sébastien | French WordpressDesigner comments:

just change the width in the shortcode


alumicenter comments:

I tried to change the width in the short code but don't get it to work. I need it to edit in the sc but I' don't know where is this located


Sébastien | French WordpressDesigner comments:

ok !!
zip your theme folder and send me it, i look at that
[email protected]

2014-02-06

Arnav Joy answers:

I think you have to write css for it to take iframe's width to 00%

2014-02-06

Bob answers:

The frame that you are viewing is actually a background image.

So you have to create new background image. put it right place and write some css.

Here is image.
http://themes.truethemes.net/Karma-4.0/wp-content/themes/Karma/images/_global/bg-video.png