Title: Responsive Video Embeds
Author: Kevin Leary
Published: <strong>15 avril 2012</strong>
Last modified: 23 janvier 2014

---

Recherche d’extensions

![](https://ps.w.org/responsive-video-embeds/assets/banner-772x250.jpg?rev=531496)

Cette extension **n’a pas été testée avec plus de trois mises à jour majeures de
WordPress**. Elle peut ne plus être maintenue ou supportée et peut avoir des problèmes
de compatibilité lorsqu’elle est utilisée avec des versions de WordPress plus récentes.

![](https://s.w.org/plugins/geopattern-icon/responsive-video-embeds_6a7489.svg)

# Responsive Video Embeds

 Par [Kevin Leary](https://profiles.wordpress.org/kevinlearynet/)

[Télécharger](https://downloads.wordpress.org/plugin/responsive-video-embeds.1.2.5.zip)

 * [Détails](https://fr.wordpress.org/plugins/responsive-video-embeds/#description)
 * [Avis](https://fr.wordpress.org/plugins/responsive-video-embeds/#reviews)
 *  [Installation](https://fr.wordpress.org/plugins/responsive-video-embeds/#installation)
 * [Développement](https://fr.wordpress.org/plugins/responsive-video-embeds/#developers)

 [Support](https://wordpress.org/support/plugin/responsive-video-embeds/)

## Description

This plugin will automatically resize your WordPress auto-embeds, including video
and other iframes, in a responsive fashion. It currently supports the following 
providers:

 * YouTube
 * Vimeo
 * DailyMotion
 * Blip.tv
 * Viddler
 * hulu.com
 * Revision 3
 * Funny or Die
 * WordPress.tv
 * Scribd

#### Live Example

[Visit the test page](http://www.kevinleary.net/responsive-video-embeds-plugin-example/)
where you can resize the browser and watch the videos automatically scale to fit
the resolution.

#### About WordPress Auto-embeds

WordPress has a nifty auto-embed feature, allowing authors to automatically turn
a link to a video embed into a video player when a post is viewed. To turn this 
feature on check the **Auto-embeds** check box in **Administration > Settings > 
Media SubPanel**.

#### Under the hood

Please note that this plugins modifies the output of `modify_embed_output` filter,
adding HTML & CSS to make the magic happen.

Credit for the method used in this plugin goes to [Anders M. Andersen](http://amobil.se/2011/11/responsive-embeds/)
for crafting the method used to gracefully resize the embeds.

Create and maintained by [Kevin Leary](http://www.kevinleary.net/), a WordPress 
developer living in Boston, MA.

#### Multisite Compatibility

The _Responsive Video Embeds_ plugin is compatibly with WordPress Multisite, just
use the [Network Activate](https://codex.wordpress.org/Create_A_Network#WordPress_Plugins)
feature to enable responsive video resizing embed on every site. If you only want
responsive video resizing to happen on a specific site, activate the plugin for 
that site only.

## Captures d’écrans

 * [[
 * Automatically resized videos, the magic happens when you resize the window

## Installation

 1. Install easily with the WordPress plugin control panel or manually download the
    plugin and upload the folder `responsive-video-embeds` to the `/wp-content/plugins/`
    directory
 2. Activez-la via le menu Extensions dans l’admin WordPress
 3. In the WordPress admin, enable the **Auto-embeds** feature under the **Settings
    > Media** menu.
 4. Embed your videos using the [auto embed feature](https://codex.wordpress.org/Embeds)
    provided by WordPress.

## FAQ

  Installation Instructions

 1. Install easily with the WordPress plugin control panel or manually download the
    plugin and upload the folder `responsive-video-embeds` to the `/wp-content/plugins/`
    directory
 2. Activez-la via le menu Extensions dans l’admin WordPress
 3. In the WordPress admin, enable the **Auto-embeds** feature under the **Settings
    > Media** menu.
 4. Embed your videos using the [auto embed feature](https://codex.wordpress.org/Embeds)
    provided by WordPress.

## Avis

![](https://secure.gravatar.com/avatar/544cc01cc46c37bb8e6a2a4510d6b81788a7eebeddd30f143d67de681384321d?
s=60&d=retro&r=g)

### 󠀁[Works great](https://wordpress.org/support/topic/works-great-5364/)󠁿

 [alexndlm](https://profiles.wordpress.org/alexndlm/) 8 novembre 2018

WP version 4.9.8

![](https://secure.gravatar.com/avatar/4036408ea07bfedb1c25cc8b892587834d80e5bcf783a7e413f0be0f1005fb2e?
s=60&d=retro&r=g)

### 󠀁[Worksgreat](https://wordpress.org/support/topic/worksgreat-1/)󠁿

 [denicocc](https://profiles.wordpress.org/denicocc/) 3 septembre 2016

Still works…

![](https://secure.gravatar.com/avatar/cbc8522a91ba4dcab5dd9d1ca63aa2829d67a5630895ecb682eb895139cee4aa?
s=60&d=retro&r=g)

### 󠀁[This is a good plugin](https://wordpress.org/support/topic/this-is-a-good-plugin-4/)󠁿

 [preWeather](https://profiles.wordpress.org/preweather/) 3 septembre 2016

Thanks for this great plugin, works really well with youtube video

![](https://secure.gravatar.com/avatar/fc0812766316490436d3b236a0338b18d1c618004884f7f3f03acee15e2365da?
s=60&d=retro&r=g)

### 󠀁[Good plugin for posts videos](https://wordpress.org/support/topic/good-plugin-for-posts-videos/)󠁿

 [pixelmort](https://profiles.wordpress.org/pixelmort/) 3 septembre 2016

resizing works fine without any black frame.

 [ Lire les 22 avis ](https://wordpress.org/support/plugin/responsive-video-embeds/reviews/)

## Contributeurs/contributrices & développeurs/développeuses

« Responsive Video Embeds » est un logiciel libre. Les personnes suivantes ont contribué
à cette extension.

Contributeurs

 *   [ Kevin Leary ](https://profiles.wordpress.org/kevinlearynet/)

[Traduisez « Responsive Video Embeds » dans votre langue.](https://translate.wordpress.org/projects/wp-plugins/responsive-video-embeds)

### Le développement vous intéresse ?

[Parcourir le code](https://plugins.trac.wordpress.org/browser/responsive-video-embeds/),
consulter le [SVN dépôt](https://plugins.svn.wordpress.org/responsive-video-embeds/),
ou s’inscrire au [journal de développement](https://plugins.trac.wordpress.org/log/responsive-video-embeds/)
par [RSS](https://plugins.trac.wordpress.org/log/responsive-video-embeds/?limit=100&mode=stop_on_copy&format=rss).

## Journal des modifications

#### 1.2.4

 * Update to validate against WordPress Coding Standards
 * Minor fixes and updates to improve stability

#### 1.2.3

 * Fix issues with jQuery selector specificity on `embed`, `object` and `iframe`
   elements

#### 1.2.2

 * Fix issues with video height attributes and improper sizing
 * Switch to more reliable JS resizing method

#### 1.2.1

 * Adjust sizing of width and height attributes

#### 1.2

 * Fix Vimeo embeds, removing black bars from the left, right, top or bottom
 * Allow the sizing to adjust based on the source video’s aspect ratio
 * Add a very small amount of JS to calculate proper aspect ratio
 * Load CSS & JS conditionally, only when a supported embed is on a page/post
 * Simplify HTML, removing an unnecessary `div`

#### 1.1

 * Modifications to responsive container sizes to allow for a max-width setup using
   the WordPress [embed] shortcode.

#### 1.0

 * Initial public release to the WordPress plugin repository

## Méta

 *  Version **1.2.5**
 *  Dernière mise à jour **il y a 8 ans**
 *  Installations actives **2 000+**
 *  Version de WordPress ** 3.0 ou plus **
 *  Testé jusqu’à **3.7.41**
 *  Langue
 * [English (US)](https://wordpress.org/plugins/responsive-video-embeds/)
 * Étiquettes
 * [embed](https://fr.wordpress.org/plugins/tags/embed/)[Embeds](https://fr.wordpress.org/plugins/tags/embeds/)
   [object](https://fr.wordpress.org/plugins/tags/object/)[responsive](https://fr.wordpress.org/plugins/tags/responsive/)
   [video](https://fr.wordpress.org/plugins/tags/video/)
 *  [Vue avancée](https://fr.wordpress.org/plugins/responsive-video-embeds/advanced/)

## Évaluations

 3.9 sur 5 étoiles.

 *  [  13 avis à 5 étoiles     ](https://wordpress.org/support/plugin/responsive-video-embeds/reviews/?filter=5)
 *  [  3 avis à 4 étoiles     ](https://wordpress.org/support/plugin/responsive-video-embeds/reviews/?filter=4)
 *  [  0 avis à 3 étoile     ](https://wordpress.org/support/plugin/responsive-video-embeds/reviews/?filter=3)
 *  [  0 avis à 2 étoile     ](https://wordpress.org/support/plugin/responsive-video-embeds/reviews/?filter=2)
 *  [  5 avis à 1 étoiles     ](https://wordpress.org/support/plugin/responsive-video-embeds/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/responsive-video-embeds/reviews/#new-post)

[Voir tous les avis](https://wordpress.org/support/plugin/responsive-video-embeds/reviews/)

## Contributeurs

 *   [ Kevin Leary ](https://profiles.wordpress.org/kevinlearynet/)

## Support

Quelque chose à dire ? Besoin d’aide ?

 [Voir le forum de support](https://wordpress.org/support/plugin/responsive-video-embeds/)