Note that there are some explanatory texts on larger screens.

plurals
  1. POodd whitespace at bottom of fancybox-2
    primarykey
    data
    text
    <p><img src="https://i.stack.imgur.com/f9L4N.png" alt="extra space at bottom of fancybox2"></p> <p>trying to use fancybox2 and videojs and am getting a white space at the bottom of the popup.</p> <p>I tried to fiddle with the divs css but it wasn't working. Stack overflow is not letting me post my question because I need more details!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!</p> <p>could someone create a videojs tag?</p> <p>code:</p> <p>fancybox-iframe.html:</p> <pre><code>&lt;!-- Add jQuery library --&gt; &lt;script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js"&gt;&lt;/script&gt; &lt;!-- Add mousewheel plugin (this is optional) --&gt; &lt;script type="text/javascript" src="../js/fanbox/lib/jquery.mousewheel-3.0.6.pack.js"&gt;&lt;/script&gt; &lt;!-- Add fancyBox --&gt; &lt;link rel="stylesheet" href="../js/fanbox/source/jquery.fancybox.css?v=2.1.4" type="text/css" media="screen" /&gt; &lt;script type="text/javascript" src="../js/fanbox/source/jquery.fancybox.pack.js?v=2.1.4"&gt;&lt;/script&gt; &lt;!-- Optionally add helpers - button, thumbnail and/or media --&gt; &lt;link rel="stylesheet" href="../js/fanbox/source/helpers/jquery.fancybox-buttons.css?v=1.0.5" type="text/css" media="screen" /&gt; &lt;script type="text/javascript" src="../js/fanbox/source/helpers/jquery.fancybox-buttons.js?v=1.0.5"&gt;&lt;/script&gt; &lt;script type="text/javascript" src="../js/fanbox/source/helpers/jquery.fancybox-media.js?v=1.0.5"&gt;&lt;/script&gt; &lt;link rel="stylesheet" href="../js/fanbox/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7" type="text/css" media="screen" /&gt; &lt;script type="text/javascript" src="../js/fanbox/source/helpers/jquery.fancybox-thumbs.js?v=1.0.7"&gt;&lt;/script&gt; &lt;script type="text/javascript" charset="utf-8"&gt; $(document).ready(function() { $("#image").on('click',function(){ $.fancybox({ 'width' : 640, 'height' : 440, 'autoscale' : false, 'autoDimensions' : false, 'scrolling' : 'no', 'type' : 'iframe', 'href' : 'video-js-demo.html' }); }); }); &lt;/script&gt; &lt;div id="wrapper"&gt; &lt;div id="image"&gt; the video &lt;/div&gt; &lt;/div&gt; </code></pre> <p>video-js-demo.html</p> <pre><code>&lt;head&gt; &lt;link href="http://vjs.zencdn.net/c/video-js.css" rel="stylesheet"&gt; &lt;script src="http://vjs.zencdn.net/c/video.js"&gt;&lt;/script&gt; &lt;/head&gt; &lt;body&gt; &lt;video id="video1" class="video-js vjs-default-skin" width="640" height="480" data-setup='{"controls" : true, "autoplay" : true, "preload" : "auto"}'&gt; &lt;source src="Funeral_Planning_How_to_Plan_a_Funeral.mp4" type="video/mp4"&gt; &lt;/video&gt; &lt;/body&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload