I want to add support for video headers into my child attitude theme. I was able to add the capability to the customization page by coding for it in the functions.php of my child theme. So I am now given an option to add a header video. What files do I need to change in order to get attitude to display that instead of the image.
I am relatively a beginner at editing themes and php.
Never mind figured it out. Changed header-extensions.php (child theme directory)/library/structure changed get_header_image() at line 187 to the_custom_header_markup().