• I have several different videos on my Vimeo account which I want to embed to a static Word Press page on my site.

    I’m using the new Vimeo embed code successfully with Easy Fancy Box however there is one problem:

    My videos (based on the original source file) have different dimensions.

    How can I set a different size for each Easy Fancy Box frame so that different Vimeo videos on the same page play in different frame sizes, like 640X360, 400X225, etc.?

    my test site is:
    https://www.erantahor.com/wp

Viewing 1 replies (of 1 total)
  • I did: the embed code fancybox immediately prior to use and prescribe the right size for each id.

    <p> <@ href=”video1.html”> Bla-bla </@> </ p>
    <p> <@ href=”video2.html”> Bla-Bla </@> </ p>

    And above wrote:
    $ (“. various2”). fancybox ({
    ‘width’: 670,
    ‘height’: 530,
    ‘autoScale’: false,
    ‘transitionIn’: ‘none’,
    ‘transitionOut’: ‘none’,
    ‘type’: ‘iframe’
    });
    $ (“. various3”). fancybox ({
    ‘width’: 360,
    ‘height’: 300,
    ‘autoScale’: false,
    ‘transitionIn’: ‘none’,
    ‘transitionOut’: ‘none’,
    ‘type’: ‘iframe’
    });
    Sorry, the link does not point out – I got a warning for them ??

Viewing 1 replies (of 1 total)
  • The topic ‘Easy Fancy Box size setting issue’ is closed to new replies.