video still doesn't play in ios, removing controls
// if (headerVideo) {
// headerVideo.play();
// }
- console.log("asdf");
- if($(window).width() < 1024){
- console.log("asdf");
- $(headerVideo).attr("controls",true);
- }
+
+ // if($(window).width() < 1024){
+ // console.log("asdf");
+ // $(headerVideo).attr("controls",true);
+ // }
});
// if (headerVideo) {
// headerVideo.play();
// }
- console.log("asdf");
- if($(window).width() < 1024){
- console.log("asdf");
- $(headerVideo).attr("controls",true);
- }
+
+ // if($(window).width() < 1024){
+ // console.log("asdf");
+ // $(headerVideo).attr("controls",true);
+ // }
});