As of version 1.2.2 it contains English, Portuguese, and Spanish translations..
Usage Install the plugin, activate it, then your YouTube and Vimeo embeds should start to ignore Settings > Media > Maximum embed size You don't need to use embed code or shortcode, you can paste YouTube or Vimeo URL into your post and it should work..
If you want to use Fluid Video Embeds in template file in your theme, you can use the do shortcode method..
You can filter YouTube and or Vimeo URLs like this if you want to customize them.
Filter URL for Vimeo function fve vimeo iframe url { return 'https player vimeo com video $video meta. portrait=0 }.
Fluid Video Embeds plugin aims to display YouTube and Vimeo videos while allowing them to be fluid as well.
The technique for doing this is not very new, however I've added bit of sugar to the mix.
Since Vimeo and YouTube have robust, open APIs, I'm requesting information about each server side and used to determine the aspect ratio for the video container..
This plugin uses some code from functions SlideDeck Lite for handling the fetching, caching, and organizing of video meta from the aforementioned providers.
CSS used to create the width effect was curated and posted by Web Designer Wall in their post about CSS Elastic Videos..
Read more