Title: Problem with responsiveness for certain posts
Last modified: August 24, 2016

---

# Problem with responsiveness for certain posts

 *  Resolved [huntsimply](https://wordpress.org/support/users/huntsimply/)
 * (@huntsimply)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/problem-with-responsiveness-for-certain-posts/)
 * Hi
 * I am unable to get the video to be responsive in certain post type (e.g. link).
 * The code works in certain post types (e.g. [link](http://www.huntsimply.com/hunt/disney-elsa-snow-and-ice-beauty-book/)).
 * Hope you can advise me what I have done wrongly.
 * Thanks in advance!
 * [https://wordpress.org/plugins/wp-youtube-lyte/](https://wordpress.org/plugins/wp-youtube-lyte/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Frank Goossens](https://wordpress.org/support/users/futtta/)
 * (@futtta)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/problem-with-responsiveness-for-certain-posts/#post-6071566)
 * that’s because the containing DIV is too wide, rendering the entire blog-post
   unresponsive actually. the reason; on the page where it doesn’t work, your css
   for has
 *     ```
       .blog_post {
            width:auto;
       }
       ```
   
 * but is should be:
 *     ```
       .blog_post {
            width:auto;
            max-width:100%:
       }
       ```
   
 * hope this helps,
    frank
 *  Thread Starter [huntsimply](https://wordpress.org/support/users/huntsimply/)
 * (@huntsimply)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/problem-with-responsiveness-for-certain-posts/#post-6071655)
 * Hi Frank, thanks so much for the quick response. that’s very helpful!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Problem with responsiveness for certain posts’ is closed to new replies.

 * ![](https://ps.w.org/wp-youtube-lyte/assets/icon-128x128.png?rev=1836005)
 * [WP YouTube Lyte](https://wordpress.org/plugins/wp-youtube-lyte/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-youtube-lyte/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-youtube-lyte/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-youtube-lyte/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-youtube-lyte/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-youtube-lyte/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [huntsimply](https://wordpress.org/support/users/huntsimply/)
 * Last activity: [11 years, 1 month ago](https://wordpress.org/support/topic/problem-with-responsiveness-for-certain-posts/#post-6071655)
 * Status: resolved