-
Hej there,
I need a special distance from left side. What can I do?
regards
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
Foliovision › Forums › FV Player › How to … › Special distance from left side
Hi Philipp,
We moved your comment to the forum. If you don’t want to use the regular align options, you can wrap the player in a div and set a margin in CSS. For example:
<div id=”div1″>[fvplayer src="https://vimeo.com/176486858" width="250" height="180" align="left" splash="https://i.vimeocdn.com/video/583743781_1280.jpg"]</div>
CSS:
#div1 {
margin-left: 30px;
}
Thanks,
Eduard