leajulia
Forum Replies Created
-
Thanks for answering. However, I did use uniform picture sizes and I also tried to post a support ticket but it asks for username and password but I found no way to register to get one….
Forum: Plugins
In reply to: [Firelight Lightbox] [Plugin: Easy FancyBox] Easy Fancy Box and HTML5 VideoThanks so much, but how do I hack the plugin? Do I just ad the this:
$(document).ready(function() { var mySRC =""; $("h2 a").fancybox({ 'padding': 0, // other API options etc 'onComplete': function() { mySRC = $('#video_one_lightbox iframe').attr('src'); }, 'onClosed': function() { $('#video_one_lightbox iframe').attr('src',mySRC); } }); }); // ready
to the plugins code? but where? Sorry, but I’m in over my head here. I’m not to bad with basic stuff, but this…whew.
Forum: Plugins
In reply to: [Firelight Lightbox] [Plugin: Easy FancyBox] Easy Fancy Box and HTML5 VideoI did read the FAQ very carefully and also saw that solution, but it doesn’t work for my problem. I have a gallery of thumbnails (all on one page) that link to vimeo videos- each a different size. How do i do that?
Forum: Plugins
In reply to: [Firelight Lightbox] [Plugin: Easy FancyBox] Easy Fancy Box and HTML5 VideoYes, I does work great out of the box but as I said further up: all my vimeo videos have different sizes and I’m looking for a way to resize each overlay accordingly. Hence the inline solution, where I would be able to set a different size for each individual div.
any ideas for that?
Forum: Plugins
In reply to: [Firelight Lightbox] [Plugin: Easy FancyBox] Easy Fancy Box and HTML5 Videoagain, no luck. it has to be something else, some javascript incompatibility, i have no idea. driving me absolutely mad…
Forum: Plugins
In reply to: [Firelight Lightbox] [Plugin: Easy FancyBox] Easy Fancy Box and HTML5 VideoI did. Still no luck. Ahrrrgghh.
Forum: Plugins
In reply to: [Firelight Lightbox] [Plugin: Easy FancyBox] Easy Fancy Box and HTML5 Video…thanks for the effort, but same result…see 4 yourself.
Forum: Plugins
In reply to: [Firelight Lightbox] [Plugin: Easy FancyBox] Easy Fancy Box and HTML5 VideoNo, that is not my problem. The video is hidden from Vimeo, but it shows up fine on my page. I just set it to public, however, to be sure, but the problem remains unchanged.
You can see it live here: https://www.dreiwuenschefilm.de/329-2/#fancyboxID-1
any other ideas?
Forum: Plugins
In reply to: [Firelight Lightbox] [Plugin: Easy FancyBox] Easy Fancy Box and HTML5 VideoHi everyone,
I have the same problem as erant a few posts up (different video sizes on vimeo on the same page). I am trying the suggested inline solution like this:
<div style="display:none" class="fancybox-hidden"><div id="fancyboxID-1"> <a href="https://vimeo.com/32906287" ></a> </div></div> <a href="#fancyboxID-1" class="fancybox-vimeo">Test</a>
but all i’m getting is an empty overlay box.
help! please? I’m desperate!
Forum: Themes and Templates
In reply to: CSS Problemsfound a solution here: https://www.alistapart.com/articles/fauxcolumns/