• Resolved leegmiller

    (@leegmiller)


    I have been having this problem where youtube videos sometimes are being pulled into the RSS feed as 300X150 Pixels.

    I just added this line to my style.css

    iframe {
    width: 560px;
    height: 315px;
    }

    And it has fixed my problem. Posting it here just incase anyone else has this problem who dont use other iframe content but just Videos on their site.

    https://wordpress.org/plugins/wp-rss-multi-importer/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter leegmiller

    (@leegmiller)

    If anyone knows of another way where all the iframes wouldn’t be affected Please post here as this is a temporary fix for now.

    Plugin Author Allen

    (@amweiss98)

    thanks leegmiller…I’ll put a class on the iframe on the next update so you can target just those videos coming in via the plugin.

    Thread Starter leegmiller

    (@leegmiller)

    thanks that would be awesome :).

    Plugin Author Allen

    (@amweiss98)

    ok…the most recent update has a class on the iframe…use the templates.css file to customize the the iframe (it’s at the top) and then save that file using the template options panel in the plugin…that way, when the plugin gets updated, you can restore that file.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Youtube Width/Height Fixed’ is closed to new replies.