Title: Pco Media Handler
Author: Peytz &amp; Co
Published: <strong>24 juin 2014</strong>
Last modified: 21 juillet 2014

---

Recherche d’extensions

![](https://ps.w.org/pco-media-handler/assets/banner-772x250.png?rev=952176)

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/pco-media-handler_4c6971.svg)

# Pco Media Handler

 Par [Peytz & Co](https://profiles.wordpress.org/peytzco/)

[Télécharger](https://downloads.wordpress.org/plugin/pco-media-handler.1.2.zip)

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

 [Support](https://wordpress.org/support/plugin/pco-media-handler/)

## Description

This plugin makes images, embedded videos (for example YouTube and Vimeo) and other
media fully responsive. It also improves the html markup of images in the content,
both with and without captions.

More precisely, this plugin makes the following changes…

 1. Removes p tags that wrap around inline images
 2. Makes avatars responsive by removing width and height
 3. Makes images in the post content responsive by removing width and height
 4. Makes featured images responsive by removing width and height
 5. Changes inline images that have captions to use the standard html5 figure/figcaption
    elements (only if not already defined in your theme features)
 6. Makes oembeds responsive, so that they fit the width of the container
 7. Links inline image to none by default, not to the media file

Contribute to [this project](https://github.com/Peytz-WordPress/pco-media-handler)
on [github](https://github.com/Peytz-WordPress) or see [all of our favorite and custom-made plugins](https://profiles.wordpress.org/peytzco/)

## Installation

 1. Add the plugin by either downloading the folder and uploading it to the wp-content/
    plugins directory or install it from the Control Panel using Plugins->Add New.
 2. Activate Pco Media Handler from the Plugins menu using Plugins->Installed Plugins.

## FAQ

  Are there any options?

Yes, but a settings screen hasn’t been made yet. Until then you can override the
default behaviour by adding a global array in your wp-config file. Here are the 
options with their default values…

    ```
    /** Options for Pco Media Mandler */
    global $pco_ih_options;
    $pco_ih_options = array(
        'pco_ih_keep_p_wrap' => false,
        'pco_ih_allow_avatar_dimensions' => false,
        'pco_ih_allow_inline_image_dimensions' => false,
        'pco_ih_allow_thumbnail_dimensions' => false,
        'pco_ih_captioned_images_no_html5' => false,
        'pco_ih_leave_oembeds_alone' => false,
        'pco_ih_hide_oembed_styles_in_head' => false,
        'pco_ih_link_images_to_file' => false
    );
    ```

This options allow you to opt out of certain features. By setting a feature exception
to true, you revert that feature to the standard functionality.

  Filters?

Yep. The default values for these filters can be found in public/class-pco-media-
handler

 1. `pco_media_handler_embed_css` – change the css that gets added to the head to deal
    with responsive embeds.
 2. `pco_media_handler_oembed_providers` – change the accepted oembed providers that
    should get the responsive treatment.
 3. `pco_media_handler_youtube_params` – change the params for all YouTube embeds.

  Does this plugin add css files or scripts?

No, it does not add any HTTP requests. It does, however, add one line of css to 
the head tag of the site to make oembeds play nicely responsivly. You can turn this
off by copying the rules ot your stylesheet and setting the option called `pco_ih_hide_oembed_styles_in_head`
to true.

  Does this plugin work on older versions of WordPress?

It probably works back to at least 3.5, but we have not tested it.

## Avis

Il n’y a aucun avis pour cette extension.

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

« Pco Media Handler » est un logiciel libre. Les personnes suivantes ont contribué
à cette extension.

Contributeurs

 *   [ Peytz & Co ](https://profiles.wordpress.org/peytzco/)
 *   [ Compute ](https://profiles.wordpress.org/compute/)

[Traduisez « Pco Media Handler » dans votre langue.](https://translate.wordpress.org/projects/wp-plugins/pco-media-handler)

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

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

## Journal des modifications

#### 1.2

 * Adds new filters to customise oEmbed css, oEmbed providers and YouTube parameters

#### 1.1.2

 * Sorts out Readme and trunk. Everything should work now!

#### 1.1.1

 * Sorts out Readme

#### 1.1.0

 * Checks for existing html5 caption core theme feature support and uses that if
   defined (since 3.9).
 * Removes assets folder that was intended to be only for the plugin directory

#### 1.0.0

 * First release.

## Méta

 *  Version **1.2**
 *  Dernière mise à jour **il y a 12 ans**
 *  Installations actives **10+**
 *  Version de WordPress ** 3.8 ou plus **
 *  Testé jusqu’à **3.9.40**
 *  Langue
 * [English (US)](https://wordpress.org/plugins/pco-media-handler/)
 * Étiquettes
 * [image](https://fr.wordpress.org/plugins/tags/image/)[images](https://fr.wordpress.org/plugins/tags/images/)
   [media](https://fr.wordpress.org/plugins/tags/media/)[responsive](https://fr.wordpress.org/plugins/tags/responsive/)
   [video](https://fr.wordpress.org/plugins/tags/video/)
 *  [Vue avancée](https://fr.wordpress.org/plugins/pco-media-handler/advanced/)

## Évaluations

Aucun avis n’a encore été envoyé.

[Your review](https://wordpress.org/support/plugin/pco-media-handler/reviews/#new-post)

[Voir tous les avis](https://wordpress.org/support/plugin/pco-media-handler/reviews/)

## Contributeurs

 *   [ Peytz & Co ](https://profiles.wordpress.org/peytzco/)
 *   [ Compute ](https://profiles.wordpress.org/compute/)

## Support

Quelque chose à dire ? Besoin d’aide ?

 [Voir le forum de support](https://wordpress.org/support/plugin/pco-media-handler/)