Keyword Article (a)
This has the words not in the body, but in the keywords.
The below is a Grid test from Vocal Video:
Original code (in text)
<div style="text-align: center; margin: 0 auto; width: 100%; min-width: 200px;"> <div style="position: relative; width: 100%; overflow: hidden; background-color: transparent;"> <iframe allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen="" allowtransparency="true" width="100%" frameborder="0" loading="lazy" name="vocalvideo_13" scrolling="no" sandbox="allow-same-origin allow-scripts allow-popups allow-forms" src="https://vocalvideo.com/embed/v1/galleries/13" style="background: transparent; position: relative; width: 1%; min-width: 100%; height: 80vh; z-index: 1; display: block;"> </iframe> <script src="https://vocalvideo.com/embed/v1/host.js" defer="" type="text/javascript"> </script> </div> </div>
Original code (in a HTML block):
Testing basic version:
<div style="text-align: center; width: 100%;">
<iframe
src="https://vocalvideo.com/embed/v1/galleries/13"
width="100%"
height="600"
frameborder="0"
allowfullscreen>
</iframe>
</div>
HTML Block:
Is the script bit causing an issue?
<div style="text-align: center; margin: 0 auto; width: 100%; min-width: 200px;"> <div style="position: relative; width: 100%; overflow: hidden; background-color: transparent;"> <iframe allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen="" allowtransparency="true" width="100%" frameborder="0" loading="lazy" name="vocalvideo_13" scrolling="no" sandbox="allow-same-origin allow-scripts allow-popups allow-forms" src="https://vocalvideo.com/embed/v1/galleries/13" style="background: transparent; position: relative; width: 1%; min-width: 100%; height: 80vh; z-index: 1; display: block;"> </iframe> </div> </div>
HTML: