Answer the question
In order to leave comments, you need to log in
Am I violating rights?
I want to put a video on the site. Found one on youtube. Question:
1. If I download this video from youtube and install it on my website, do I violate the rights of the video's author?
2. If I go to youtube, turn on the video and record this video on my PC using screen recording, and then post it on the site. Am I violating my rights with this?
Answer the question
In order to leave comments, you need to log in
Where is your code?
What attempts were made?
What picture was asked - use such a picture - be careful, just cut off the excess there and go ahead, I post the finished code!
<img src="kortinko.jpg" alt="ya-kortinko" style="width:100%;height:auto">
https://jsfiddle.net/djKliter/k3w4xbfs/
When changing the width container
, the blocks will not break
If kruglyashi rigidly specified sizes, then please indulge in the absolute.
.block {
width: 400px;
height: 200px;
margin-top: 50px;
margin-left: 100px;
position: relative;
border: 1px solid green;
}
.circle, circle2 {
position: absolute;
width: 45px;
height: 45px;
border-radius: 50%;
border: 1px solid red
}
.circle {
left: -25px;
top: -47px;
}
.circle2 {
right: -25px;
top: 50%;
transform: translateY(-50%);
}
<div class='block'>
<div class='circle'>
</div>
<div class='circle2'>
</div>
</div>
Pretty easy. The author above answered well for the circles - absolute positioning.
And with stripes it's even easier - look at them as on the border of blocks. even ones have no border on the left (border-left: none)
odd ones (use pseudo class :nth-child(odd and even)) - on the right.
It remains only to remove the borders from the first (: first-child) and last (: last-child) blocks - border: none
And we get an adaptive
1. Yes, if the video is protected by an appropriate license
2. Yes, if the video is protected by an appropriate license
Choose a video with a Creative Commons license. The license is written in the description of the video:
YouTube catches videos (both Yandex and all krupnyaks) on similar graphic content
2) answer yourself - is the pirate screen legal?
1. If I download this video from youtube and install it on my website, do I violate the rights of the video's author?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question