Title: Pco Media Handler
Author: Peytz &amp; Co
Published: <strong>2014년 6월 24일</strong>
Last modified: 2014년 7월 21일

---

플러그인 검색

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

이 플러그인은 **최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다**. 워드프레스의
좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 
있을 수 있습니다.

![](https://s.w.org/plugins/geopattern-icon/pco-media-handler_4c6971.svg)

# Pco Media Handler

 작성자: [Peytz & Co](https://profiles.wordpress.org/peytzco/)

[다운로드](https://downloads.wordpress.org/plugin/pco-media-handler.1.2.zip)

 * [세부사항](https://ko.wordpress.org/plugins/pco-media-handler/#description)
 * [평가](https://ko.wordpress.org/plugins/pco-media-handler/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/pco-media-handler/#installation)
 * [개발](https://ko.wordpress.org/plugins/pco-media-handler/#developers)

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

## 설명

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/)

## 설치

 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.

## 후기

이 플러그인에 대한 평가가 없습니다.

## 기여자 & 개발자

“Pco Media Handler”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에
기여하였습니다.

기여자

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

[자국어로 “Pco Media Handler”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/pco-media-handler)

### 개발에 관심이 있으십니까?

[코드 탐색하기](https://plugins.trac.wordpress.org/browser/pco-media-handler/)는,
[SVN 저장소](https://plugins.svn.wordpress.org/pco-media-handler/)를 확인하시거나,
[개발 기록](https://plugins.trac.wordpress.org/log/pco-media-handler/)을 [RSS](https://plugins.trac.wordpress.org/log/pco-media-handler/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 변경이력

#### 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.

## 기초

 *  버전 **1.2**
 *  최근 업데이트: **12년 전**
 *  활성화된 설치 **10+**
 *  워드프레스 버전 ** 3.8 또는 그 이상 **
 *  다음까지 시험됨: **3.9.40**
 *  언어
 * [English (US)](https://wordpress.org/plugins/pco-media-handler/)
 * 태그:
 * [image](https://ko.wordpress.org/plugins/tags/image/)[images](https://ko.wordpress.org/plugins/tags/images/)
   [media](https://ko.wordpress.org/plugins/tags/media/)[responsive](https://ko.wordpress.org/plugins/tags/responsive/)
   [video](https://ko.wordpress.org/plugins/tags/video/)
 *  [고급 보기](https://ko.wordpress.org/plugins/pco-media-handler/advanced/)

## 평점

아직 제출된 리뷰가 없습니다.

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

[모든  리뷰 보기](https://wordpress.org/support/plugin/pco-media-handler/reviews/)

## 기여자

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

## 지원

할 말 있으신가요? 도움이 필요하신가요?

 [지원 포럼 보기](https://wordpress.org/support/plugin/pco-media-handler/)