Support » Plugin: Fluid Video Embeds » admin video preview in WP 4.0

  • Resolved yhdm

    (@yellowhousedesign)


    Hello – it appears that some admin styling may need to be updated to accommodate 4.0’s new preview of embedded media in the WYSIWYG. With the plugin enabled, the video is cut off vertically and a chunk of whitespace appears underneath. With the plugin disabled, it appears correctly. Please note that this only affects the admin… front-end still works correctly.

    https://wordpress.org/plugins/fluid-video-embeds/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter yhdm

    (@yellowhousedesign)

    If it helps anyone, you can fix this by registering a custom admin stylesheet via add_editor_style and including this CSS in it:

    #tinymce .fve-video-wrapper {padding-bottom:0 !important;}
    #tinymce .fve-video-wrapper iframe {width:auto !important; height:auto !important;}

    That will result in the video preview being about 300px wide.

    Plugin Author jamie3d

    (@jamie3d)

    This should be fixed in the latest version.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘admin video preview in WP 4.0’ is closed to new replies.