Embed WV Cams on Your Site

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.

1. Single Camera Embed

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>

Parameters

Parameter Description Default
camIdID of the camera (for single cam embed)
autoplay1 = autoplay video, 0 = don’t autoplay1
muted1 = muted (required for autoplay), 0 = unmuted1
controls1 = show player controls, 0 = hide1
showAttribution1 = show credit/footer, 0 = hide1

Attribution

By default, embeds include a small footer credit with a link back to WV Cams. You may remove it (showAttribution=0).