• Resolved jrthibert

    (@jrthibert)


    Hello and thanks for a great plugin!
    I’ve just upgraded to the Development Version to have the option of removing the scrollbar. But the following iframe resizing code has stop working:
    class”fancybox-iframe {width:400px,height:500px}”

    Is there anything else i can do?

    Thanks for your help.
    Jean

    http://wordpress.org/extend/plugins/easy-fancybox/

Viewing 9 replies - 1 through 9 (of 9 total)
  • Ah yes… Please reinstall the new dev version (just uploaded) where you will have an option available: “Include the Metadata jQuery extension…”

    Thread Starter jrthibert

    (@jrthibert)

    Thank you for your time. I will give a go and let you know.
    Jean

    Thread Starter jrthibert

    (@jrthibert)

    Hello Again. No luck I’m afraid.

    I’ve installed the last new dev and enabled “Include the Metadata jQuery extension”

    here is the test page:

    http://musicucanc.com/musicucanc/?page_id=356

    here is the code:

    <p style="text-align: center;">
        <a href="http://musicucanc.com/musicucanc/?page_id=291">
            <img class="aligncenter size-thumbnail wp-image-359" title="Info" src="http://musicucanc.com/musicucanc/wp-content/uploads/2012/09/Info-150x150.png"
            alt="" width="150" height="150" />
        </a>
    </p>

    what it does is to open the link normally, not in overlay.

    thanks for your help
    Jean

    [Moderator Note: Please post code or markup snippets between backticks or use the code button. As it stands, your code may now have been permanently damaged/corrupted by the forum’s parser.]

    Thread Starter jrthibert

    (@jrthibert)

    sorry here is the code,

    <p style="text-align: center;">
        <a class="fancybox-iframe {width:400px,height:500px}" href="http://musicucanc.com/musicucanc/?page_id=291">
            <img class="aligncenter size-thumbnail wp-image-359" title="Info" src="http://musicucanc.com/musicucanc/wp-content/uploads/2012/09/Info-150x150.png"
            alt="" width="150" height="150" />
        </a>
    </p>

    Use {width:400,height:500} (notice the pissing ‘px’)

    Thread Starter jrthibert

    (@jrthibert)

    thank you again. all sorted! 🙂

    Thread Starter jrthibert

    (@jrthibert)

    Hello me again.
    as <a class="fancybox-iframe {width:400,height:500}"
    affects all the overlay on the same page, is there something else that can be used?
    Thanks
    Jean

    This is a known issue. Not a bug, it’s by design, with this unfortunate side-effect which makes the use of the metadata extension rather limited… Sorry.

    Thread Starter jrthibert

    (@jrthibert)

    no probs, great plugin. Thanks

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘[Plugin: Easy FancyBox] resizing iframe with Development Version’ is closed to new replies.