After years and years (maybe a decade now)… We’ve used Themeco Pro and never had the Youtube video embed code fail in Chrome. It currently works in Safari & Firefox… But Chrome issues errors in the Console, but maybe not related, see below.
“DevTools failed to load source map: Could not load content for https://estateplanningmap.com/wp-content/themes/pro/cornerstone/assets/dist/js/site/cs-head.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE”
Not sure this is the cause…but I suspect it’s a CSS position issue as I can use Inspector to fiddle with the CSS and the video static image will appear…at least somewhere on the page…usually not in the original designated iframe area. The video iframe is on the home page, just above the large, blue, “Schedule a Free Consultation” button.
Code
<div class="video_container"><iframe style="background:#FFF;" src="https://www.youtube.com/embed/gtSYgAgVv2U?rel=0&showinfo=0&modestbranding=1&enablejsapi=1&autoplay=0&cc_load_policy=0&iv_load_policy=3&loop=0&playsinline=1&autohide=1&theme=dark&color=red&wmode=opaque&controls=2" width="560" height="315" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen"></iframe></div>
-Paul