W
W
Worddoc2016-03-30 14:41:37
JavaScript
Worddoc, 2016-03-30 14:41:37

How to organize such video blocks as here?

Hello. There is a site of my favorite company Quantic Dream.
I would like to know how to organize the launch of a video in blocks on the main page using an event in js?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Azim Kurt, 2016-03-30
@Worddoc

As an option: on vanilla js

R
Roman Dvoryanov, 2016-03-30
@Raxen

$('video').mouseover(function() {
   this.play();
}).mouseout(function(){
   this.stop();
});

C
Cyber_bober, 2016-03-30
@Cyber_bober

It's not clear what you mean? On the main page there is an insert of a video from YouTube. Describe more precisely

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question