How to make a video gallery using append() in JQuery?

I have some more question on this

suppose I am playing a video using HTML video tag like this

"<video controls>
<source src="myPath" type="video/mp4">
</video>"

Now problem is

  1. when I set full path on video src tag video fully is not loaded

like suppose a video is of length 10:00 and I want to jump to at 05:00 is it possible to do with video tag

so that without playing the whole video I can jump to 05:00 parts?

and there is one more problem

2)As you can see when their is short window available then at that time “Home”,“MyProfile”,“Gallery”,
“Video”,“Upload CV” are inside red block
but content of topImageBlock are not inside it it goes out of that block

How to fix this issue?