<div class="my-videos">
<iframe src="http://www.youtube.com/embed/iBOXj7ncEyE" frameborder="0" allowfullscreen="" id="fitvid557652"></iframe>
</div>
.my-videos {
display: block;
margin: 0 auto;
max-width: 75%;
}
barry wrote:Hi,
I would like to get the video smaller on the min and max 980 screens
the other sizes the video looks good in the mobile
I almost got it by adding margins to post-entry and setting them on each query size but is messes up all the other pages
is there a way to just make the post-entry have margins on just my video page?
my video page - http://webmo.mobi/videos/
Barry
Emil Uzelac wrote:Hi Barry,
The easiest methot would be to switch from full width to default or any other Page Template. But also adding a DIV around your videos like:
<div class="my-videos"> <iframe src="http://www.youtube.com/embed/iBOXj7ncEyE" frameborder="0" allowfullscreen="" id="fitvid557652"></iframe> </div>
and in Theme Options > Custom CSS
.my-videos { display: block; margin: 0 auto; max-width: 75%; }
You can insert all videos under the same layer, but also individually.
Thanks,
Emil
barry wrote:Hi,
I would like to get the video smaller on the min and max 980 screens
the other sizes the video looks good in the mobile
I almost got it by adding margins to post-entry and setting them on each query size but is messes up all the other pages
is there a way to just make the post-entry have margins on just my video page?
my video page - http://webmo.mobi/videos/
Barry


barry wrote:Hi Emil,
Please cancel my last question..I am finding that putting margins on the
post-entry class works as long as I reduce the margins to zero on the smaller screens works.
this seems to be the best way to go, the width of the post section is kind of two wide anyway
my opinion and this gets everything where i like it ..I am thiniking the only way to really tackle this video issue is get a premium responsive player...
Barry
It looks like you're new here. If you want to get involved, click one of these buttons!