I am experiencing an issue where a background image is not showing up on Chrome or Firefox, but it displays properly on other browsers.
- The problem occurs with relative and hard links
- Substituting the image file works, but the video disappears
- Adblock is not the cause of the problem
This problem is happening on an Apache shared server/shared hosting environment.
The expected outcome is to have a background video playing at the top of the page. Although the background video works fine on the main landing page, it does not display on the section page... which is set up in .css (similar to the full-screen video background CSS method).
<header id="header">
<div class="intro">
<div class="container">
<div class="row">
<div class="intro-text">
<h1><span class="name">TEXT</span></h1>
<h2><span class="someClass"><span>Design & TEXT</span></h2>
<p><a title="TEXT" href="TEXT" class="btn btn-default btn-lg page-scroll" class="class2"><i class="fa fa-level-down" aria-hidden="true"></i></a>
<a title="TEXT" href="TEXT" class="btn btn-default btn-lg page-scroll" class="class22"> <i class="fa fa-linkedin-square" aria-hidden="true"></i></a>
<a title="Send email" href="mailto:TEXT?subject=EMAIL ADDRESS NEEDS EDITING&body=Please remove the text 'NOTSPAM' from the address before sending your email." class="btn btn-default btn-lg page-scroll" class="class22"> <i class="fa fa-envelope" aria-hidden="true"></i></a></p>
</div>
</div>
</div>
</div>
</header>