diff --git a/img/portfolio/1.jpg b/img/portfolio/1.jpg new file mode 100644 index 0000000..8d3e8a8 Binary files /dev/null and b/img/portfolio/1.jpg differ diff --git a/index.html b/index.html index 27e595b..5f85904 100644 --- a/index.html +++ b/index.html @@ -98,41 +98,41 @@
-
-
-
-
-
-
-
@@ -188,6 +188,14 @@ $(".video-sound > .fa").addClass('fa-volume-off'); } }); + + $('.portfolio-control').hover(function () { + if ($(this).prop('paused')) { + $(this).get(0).play(); + } else { + $(this).get(0).load(); + } + });