HTML audio player in LayoutGrid

All WYSIWYG Web Builder support issues that are not covered in the forums below.
Forum rules
IMPORTANT NOTE!!

DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.



PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Post Reply
cmsintent
 
 
Posts: 117
Joined: Tue Oct 09, 2007 4:59 pm
Location: Alberta, Canada
Contact:

HTML audio player in LayoutGrid

Post by cmsintent »

Good Morning Pablo ..

Using Version 20.2.0 (May 22, 2025)

INSERT > Audio

This is very strange .. now when I attempt to add a HTML AUDIO player to a LayoutGrid, the player shows as a single line (no player) and in preview I see nothing?

Image

Here is a live test page where you can see issue
https://www.cswebsites.com/wwb/audio/

Here is source code:

<body>
<div id="wb_LayoutGrid1">
<div id="LayoutGrid1">
<div class="row">
<div class="col-1">
</div>
<div class="col-2">
<div id="wb_MediaPlayer1" style="display:block;width:100%;z-index:0;">
<audio id="MediaPlayer1" autoplay controls>
<source src="BelieveOpenHouse.mp3" type="audio/mpeg">
</audio>
User avatar
Pablo
 
Posts: 23565
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: HTML audio player in LayoutGrid

Post by Pablo »

This is because the height is set to 'auto' by default.

Step 1
Double click to open the properties

Step 2
Set type to 'HTML5 video'

Step 3
Set aspect ratio to 'custom'

Step 4
Set type back to 'HTML5 audio'

I will investigate if this can be improved.
cmsintent
 
 
Posts: 117
Joined: Tue Oct 09, 2007 4:59 pm
Location: Alberta, Canada
Contact:

Re: HTML audio player in LayoutGrid

Post by cmsintent »

Thanks Pablo .. worked as you instructed .. thanks for the help!
Post Reply