Saturday 30 September 2017

How to Resize Uploaded Videos To blogger

Increase or Decrease Video Width or Height in Blog

Well This is Common Issue. Someone Upload Video to Upload Then What Happen that its width or height is not as what he need. So here is Easy Method Just Follow it

1) Log into your Blog Account
2) Click On Theme
3) Click on Customize





4) Click On Advance then,
5) Click on CSS


6) Add the Following Code and Click on Apply to your blog Theme

                                .content iframe{
                                       width:620px;
                                       height:300px;
                                       }

7) Resize width or height according to your choice by changing px value of width or height
    Thats Done !!!

No comments:

Post a Comment

loading...