You can easily embed WVCam's live traffic camera streams on your website or blog using the examples below. Embeds work on desktop and mobile, and automatically adjust to fit your page.
Replace camId
with the ID of the camera you want to embed.
<iframe
src="https://wvcams.com/embed/cam?camId=CAM015&autoplay=1&muted=1&controls=1&showAttribution=1"
width="100%" height="360"
style="border:0" loading="lazy"
allow="autoplay; fullscreen; picture-in-picture"
referrerpolicy="strict-origin-when-cross-origin">
</iframe>
Parameter | Description | Default |
---|---|---|
camId | ID of the camera (for single cam embed) | — |
autoplay | 1 = autoplay video, 0 = don’t autoplay | 1 |
muted | 1 = muted (required for autoplay), 0 = unmuted | 1 |
controls | 1 = show player controls, 0 = hide | 1 |
showAttribution | 1 = show credit/footer, 0 = hide | 1 |
By default, embeds include a small footer credit with a link back to
WV Cams. You may remove it (showAttribution=0
).