Embedding You tube videos in...

User 509350 Photo


Registered User
18 posts

What is the best element to use when you want to embed a You Tube video into a web page using Responsive Site Designer?
User 103173 Photo


VP of Software Development
0 posts

HTML Element. You use that Element anytime you want to add videos, maps, menus or forms.
Learn the essentials with these quick tips for Responsive Site Designer, Responsive Email Designer, Foundation Framer, and the new Bootstrap Builder. You'll be making awesome, code-free responsive websites and newsletters like a boss.
User 131545 Photo


Registered User
687 posts

How can I code for added mp3 file for listening to the song?
Can you give an code example how I can do this in the HTML element?
Toekomstgerichte door ICT gebeten IT'er
Stephane Fonteyne
Ba. Elektronica - ICT
Application Software PowerBasic Developer
e-mail : stephane.fonteyne@telenet.be
gmail : stephane760126@gmail.com
linkin : in : <http://www.linkedin.com/pub/stephane-fonteyn/53/402/204>
twitter : @Stefke36
User 131545 Photo


Registered User
687 posts

This is the correct within the html element for audio

<div class="sound_file">
<audio controls>
<source src="emma-bale-run.mp3" type="audio/mp3">
</audio>
</div>
Toekomstgerichte door ICT gebeten IT'er
Stephane Fonteyne
Ba. Elektronica - ICT
Application Software PowerBasic Developer
e-mail : stephane.fonteyne@telenet.be
gmail : stephane760126@gmail.com
linkin : in : <http://www.linkedin.com/pub/stephane-fonteyn/53/402/204>
twitter : @Stefke36
User 131545 Photo


Registered User
687 posts

for video is that

In your HTML element write this code

<code>
<div class="video">
<video width="320" height="240" controls>
<source src="my_movie.mp4" type="video/mp4"
</video>
</div>
</code>
Toekomstgerichte door ICT gebeten IT'er
Stephane Fonteyne
Ba. Elektronica - ICT
Application Software PowerBasic Developer
e-mail : stephane.fonteyne@telenet.be
gmail : stephane760126@gmail.com
linkin : in : <http://www.linkedin.com/pub/stephane-fonteyn/53/402/204>
twitter : @Stefke36
User 564745 Photo


Registered User
51 posts

Hey Guys n Gals can you make the embedded video from youtube source responsive at breakpoints and how?
User 122279 Photo


Senior Advisor
14,651 posts
Online Now

Read Scott's post earlier in this thread.
Ha en riktig god dag!
Inger, Norway

My work in progress:
Components for Site Designer and the HTML Editor: https://mock-up.coffeecup.com


User 564745 Photo


Registered User
51 posts

i understand the html element - my question was how do you make the embedded youtube video responsive relative to breakpoints - AKA code example
User 564745 Photo


Registered User
51 posts

Responsive and keep the ratio the same on screen resize at break points
User 564745 Photo


Registered User
51 posts

Why is the css read only in RSD when you can go through the list and then display the code - but then not edit it there and then???? This needs to be part of the next update for RSD please - this is a vital element for editing and tweeking.

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.