Skip to content

Commit

Permalink
fix(main.js): controls for video
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Voronin authored and Andrey Voronin committed Aug 25, 2021
1 parent 564fe0e commit 68aef7e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions js/main.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
$(function () {
$('[data-fancybox]').fancybox({
youtube: {
controls: 0,
showinfo: 0
}
});
$('[data-fancybox]').fancybox({});

$('.heroes__slider-img').slick({
slidesToShow: 1,
Expand Down

0 comments on commit 68aef7e

Please sign in to comment.