Flighaware Widget HTML

 <!-- ==========================================
     LIVE ADS-B AIRCRAFT MAP
     Smaller icons and labels
     ========================================== -->

<div style="
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  font-family: Arial, sans-serif;
">

  <div style="
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
  ">
    Live Air Traffic
  </div>

  <iframe
    src="https://globe.airplanes.live/?lat=41.1537&lon=-81.3579&zoom=9&hideSidebar&hideButtons&enableLabels&extendedLabels=2&scale=0.7&iconScale=0.55&labelScale=0.65"
    title="Live ADS-B Air Traffic"
    style="
      width: 100%;
      height: 600px;
      border: 0;
      display: block;
    "
    loading="lazy"
    allow="geolocation"
    referrerpolicy="strict-origin-when-cross-origin">
  </iframe>

  <div style="
    text-align: center;
    font-size: 11px;
    margin-top: 5px;
  ">
    Live aircraft data and map provided by Airplanes.live
  </div>

</div>

No comments:

Post a Comment

Popular Items