youtube thumbnail dimensions issue

Last post 09-28-2012, 6:46 PM by earbash. 2 replies.
Sort Posts: Previous Next
  •  09-28-2012, 7:05 AM 74811

    youtube thumbnail dimensions issue

    After pasting the youtube link into the youtube uploader the resulting thumbnail image is much larger than the editor dimensions.

    Can the thumbnail be automatically resized to fit within the editor dimensions OR The editor resize to allow the whole thumbnail to be seen?  

  •  09-28-2012, 7:27 AM 74812 in reply to 74811

    Re: youtube thumbnail dimensions issue

    Hi earbash,

     

    You can set property  ResizeMode="AutoAdjust", then editor will auto adjust the height.

     

    Another way is use the external css to adjust the youtube thumbnail size in edit mode.

     

    1. set  editor.EditorWysiwygModeCss="example.css"

     

    2. add the code below into the example.css

     

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

    Regards,

     

    Ken 

  •  09-28-2012, 6:46 PM 74819 in reply to 74812

    Re: youtube thumbnail dimensions issue

    Brilliant, thanks Ken

     

    A combination of both options worked a treat!

     

View as RSS news feed in XML