Skip to content

Commit

Permalink
didn't correctly refreshed sources for iframe
Browse files Browse the repository at this point in the history
  • Loading branch information
dascritch committed Feb 23, 2021
1 parent 0bd2ddd commit 2070018
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/iframe_for_dimension.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<html>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script src="dist/cpu-audio.js"></script>
<script src="../dist/cpu-audio.js"></script>
<style type="text/css">body {background : #bbb;}</style>

<cpu-audio
title="Constrained size"
poster="https://dascritch.net/vrac/.blog2/entendu/.1404-SambaResille_m.jpg"
canonical="https://dascritch.net/post/2014/04/08/Au-Carnaval-avec-Samba-R%C3%A9sille">
<audio controls id="iframed">
<source src="./tests-assets/blank.mp3" type="audio/mpeg" />
<source src="../tests-assets/blank.mp3" type="audio/mpeg" />
</audio>
</cpu-audio>

Expand Down

0 comments on commit 2070018

Please sign in to comment.