Viewing 1 replies (of 1 total)
  • Plugin Contributor Dave Kiss

    (@iamdavekiss)

    Hey Ryan,

    It looks like your theme has a filter that applies the .iframe-embed class to any iFrames that appear in your page content.

    .iframe-embed {
    position: relative;
    padding-bottom: 53.15%;
    padding-top: 25px;
    height: 0;
    margin-bottom: 15px;
    }

    Vimeography already has its own ways of handling iframe embeds, so you are getting double spacing. You’ll need to remove this filter from your functions.php file (or, an included file in functions.php) to correct the issue.

Viewing 1 replies (of 1 total)
  • The topic ‘Vimeo Gallery Not Displaying Properly’ is closed to new replies.