Title: Youtube wrap text
Last modified: September 5, 2017

---

# Youtube wrap text

 *  Resolved [anilvanderzee](https://wordpress.org/support/users/anilvanderzee/)
 * (@anilvanderzee)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/youtube-wrap-text/)
 * Hi Ben,
 * I’m trying to find out how to resize and mostly wrap text around a Youtube video
   by aligning it left or right. Found some tutorials but whatever size I add or
   do the video always comes in the default size. Big 🙂 Am i doing something wrong???
 * Regards,
 * Anil
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fyoutube-wrap-text%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Theme Author [Ben Sibley](https://wordpress.org/support/users/bensibley/)
 * (@bensibley)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/youtube-wrap-text/#post-9470672)
 * Hey Anil,
 * Chosen will auto-resize videos to fill the post content area. To turn this off,
   you can install the [Simple Custom CSS and JS](https://wordpress.org/plugins/custom-css-js/)
   plugin and then add this Javascript:
 *     ```
       jQuery(document).ready(function( $ ){
   
         $('.post-content').addClass('fitvidsignore');
       });
       ```
   
 * Here’s a screenshot of how it will look in the dashboard: [http://pics.competethemes.com/mKOK](http://pics.competethemes.com/mKOK)
 *  Thread Starter [anilvanderzee](https://wordpress.org/support/users/anilvanderzee/)
 * (@anilvanderzee)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/youtube-wrap-text/#post-9470693)
 * Ok thank you Ben,
 * Will then all videos stop auto resizing??? Or just the one I added???
 *  Theme Author [Ben Sibley](https://wordpress.org/support/users/bensibley/)
 * (@bensibley)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/youtube-wrap-text/#post-9470721)
 * This will stop the resizing for all the posts and pages. Do you need to target
   just one post?
 *  Thread Starter [anilvanderzee](https://wordpress.org/support/users/anilvanderzee/)
 * (@anilvanderzee)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/youtube-wrap-text/#post-9472574)
 * Hi Ben,
 * Yes that would be great indeed. Just in case.
 *  Theme Author [Ben Sibley](https://wordpress.org/support/users/bensibley/)
 * (@bensibley)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/youtube-wrap-text/#post-9473461)
 * Sure thing, I just need to the post ID to target the post individually. Could
   you link me to it? If it’s not published yet, you can find the ID number here
   instead and share that: [screenshot](https://2nlbk0485y3g2tctv41cmsex-wpengine.netdna-ssl.com/wp-content/uploads/2015/09/page-id-url.png).
 *  Thread Starter [anilvanderzee](https://wordpress.org/support/users/anilvanderzee/)
 * (@anilvanderzee)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/youtube-wrap-text/#post-9476904)
 * Hi Ben,
 * I guess this should be it.
 * 34286
 *  Theme Author [Ben Sibley](https://wordpress.org/support/users/bensibley/)
 * (@bensibley)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/youtube-wrap-text/#post-9477102)
 * Great, you can use this Javascript snippet instead to target that post only:
 *     ```
       jQuery(document).ready(function( $ ){
   
         $('.singular-post-34286').find('.post-content').addClass('fitvidsignore');
       });
       ```
   
 *  Thread Starter [anilvanderzee](https://wordpress.org/support/users/anilvanderzee/)
 * (@anilvanderzee)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/youtube-wrap-text/#post-9489087)
 * Hi Ben,
 * Sorry I missed your answer. I will try it out. Thanks man.

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

The topic ‘Youtube wrap text’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/chosen/1.51/screenshot.png)
 * Chosen
 * [Support Threads](https://wordpress.org/support/theme/chosen/)
 * [Active Topics](https://wordpress.org/support/theme/chosen/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/chosen/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/chosen/reviews/)

 * 8 replies
 * 2 participants
 * Last reply from: [anilvanderzee](https://wordpress.org/support/users/anilvanderzee/)
 * Last activity: [8 years, 8 months ago](https://wordpress.org/support/topic/youtube-wrap-text/#post-9489087)
 * Status: resolved