Most voted "embed" questions
12 questions
Sort by count of
-
1
votes2
answers460
viewshow to make an embed with width and height fixed responsive?
Someone knows how to make this embed responsive, I can’t because it brings a width and a fixed height? <iframe src="//vshare.io/v/f171731/width-470/height-305/" width="470" height="305"…
-
1
votes0
answers40
viewsHow to put a div overlaid to a video embed in fullscreen?
How can I have a div superimposed on a Youtube-soaked video? I wish in the case below, the div id="banner" stand in front of the video when it is fullscreen: <iframe width="560" height="315"…
-
0
votes2
answers215
viewsHow to pass the Syntax or Semantics written in the text field, to a Textarea
Let’s go to such doubt, this is more a doubt than a logical reasoning. I have some input on the HTML page, and the same transfers its value(s) to textarea, by clicking a button. Great, so far so…
-
0
votes2
answers319
viewsCreate playlist with select-option and video elements, Object and embed
To play Youtube videos on a playlist web page select-option, I bring a simple example: Code troca = function (link) { document.getElementById('video').innerHTML = '<iframe src="'+link+'"…
-
0
votes2
answers147
viewsCMB2 - Wordpress
/** * Video metabox */ $videos = new_cmb2_box( array( 'id' => $prefix . 'video_url', 'title' => 'YouTube Vídeo', 'object_types' => array( 'video_destaque_home', ), // Post type 'context'…
-
0
votes1
answer225
viewsResponsive embed bootstrap does not work
I am trying to implement the embeded Responsive of bootstrap, because I need to put a video (.mov) on the site, but it is not working. source: http://getbootstrap.com/components/#Responsive-embed…
-
0
votes2
answers288
viewsHow do I make iframe "clickable" anywhere on the page?
Assuming I have a youtube video in an iframe on my website, how would it be possible to play the iframe by clicking anywhere in the body of the page without having the iframe take over the entire…
-
0
votes1
answer1410
viewsRedirecting Adobe XD content in Wordpress
The company where I work hired someone to make a simple Dashboard using Adobe XD. Example: https://xd.adobe.com/view/67c0b3a6-f0e6-4f67-a209-e41767311939/ But we would like to host Dashboard on our…
-
0
votes2
answers119
viewsPassing the "video index" of a playlist in a Youtube iframe
I’m creating a site where I want to display the last two videos posted on a particular channel, but I can’t pass the parameters of index of the video by src of iframe as shown below: <iframe…
-
0
votes0
answers74
viewsBootstrap video error embed in modal
I’m having difficulties to incorporate video from my site in modal, I put one on youtube and it worked but when I try to put my mp4 in error. I know the error is here <div class="embed-responsive…
-
-1
votes1
answer74
views -
-4
votes1
answer50
viewsWhere is the error?
Good people, I would like to put a watch on a website that I am making but nothing appears :( I wonder if you could give me a little help? Thanks in advance. HTML: <!doctype html> <html>…