Vaonline
07-21-2012, 06:11 PM
Hello.
Im using the "clip:rect" to put an space of an external website in my webpage:
<iframe id="proba" SCROLLING=NO
width="660" height="450" src="http://www.tu.tv/videos/azumanga-daioh-01"></iframe>
<style type="text/css">
#proba {
position: absolute; clip:rect ( 900 628 1300 70 );
}
</style>
I am trying this code in jsfiddle.net and the clip:rect property only cuts the bottom and the right, but not the left or the upperside.
¿Why does it fails?
Why do i use an iframe? -> I am iframing a stream service, clipping the video instead of copying the embed. The "http://www.tu.tv/videos/azumanga-daioh-01" is the name of the chapter, the number 01 changes by chapter, 02, 03 so i use excel and i save lots of hours but first i need to clip it well.
Thanks.
Im using the "clip:rect" to put an space of an external website in my webpage:
<iframe id="proba" SCROLLING=NO
width="660" height="450" src="http://www.tu.tv/videos/azumanga-daioh-01"></iframe>
<style type="text/css">
#proba {
position: absolute; clip:rect ( 900 628 1300 70 );
}
</style>
I am trying this code in jsfiddle.net and the clip:rect property only cuts the bottom and the right, but not the left or the upperside.
¿Why does it fails?
Why do i use an iframe? -> I am iframing a stream service, clipping the video instead of copying the embed. The "http://www.tu.tv/videos/azumanga-daioh-01" is the name of the chapter, the number 01 changes by chapter, 02, 03 so i use excel and i save lots of hours but first i need to clip it well.
Thanks.