Title: Issue with Thumbnails
Last modified: August 30, 2016

---

# Issue with Thumbnails

 *  Resolved [electrickiwi](https://wordpress.org/support/users/electrickiwi/)
 * (@electrickiwi)
 * [11 years ago](https://wordpress.org/support/topic/issue-with-thumbnails/)
 * I’m having some issues with the thumbnails on this plugin. This is my favourite
   YouTube channel plugin, so really hoping this can be fixed!
 * I’m using the code below:
 * `[Youtube_Channel_Gallery feed="playlist" user="4sQ_yINtKNmbOwNENJ4n2JhyHpTt4ReG"
   player="1" videowidth="100%" ratio="16x9" theme="light" color="white" autoplay
   ="0" rel="0" showinfo="0" maxitems="16" thumb_width="460" thumb_ratio="16x9" 
   thumb_columns_phones="1" thumb_columns_tablets="2" thumb_columns_md="2" thumb_columns_ld
   ="2" title="1" description="0" thumbnail_alignment="none" descriptionwordsnumber
   ="6" link="0" promotion="0"]`
 * But for some reason, it insists on showing the thumbnails really small, and not
   filling the entire space available:
 * [http://mydarlingclementinemusic.co.uk/videos/](http://mydarlingclementinemusic.co.uk/videos/)
 * This worked fine before the update. After updating, I updated the shortcode tags
   to the new attributes in the support documentation. And I’ve tried everything
   I could find on the forums here.
 * Any ideas?
 * Thanks!
    Ross
 * [https://wordpress.org/plugins/youtube-channel-gallery/](https://wordpress.org/plugins/youtube-channel-gallery/)

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

 *  [surge74](https://wordpress.org/support/users/surge74/)
 * (@surge74)
 * [10 years, 12 months ago](https://wordpress.org/support/topic/issue-with-thumbnails/#post-6222399)
 * It is not the plugin it is your template css.
 * here is the issue:
 *     ```
       .row {clear: both;
       width: 600px;}
       ```
   
 *  on line 459
 * You have a set width of 600px, try changing it to 100%
 *  [keyur11](https://wordpress.org/support/users/keyur11/)
 * (@keyur11)
 * [10 years, 12 months ago](https://wordpress.org/support/topic/issue-with-thumbnails/#post-6222406)
 * can u tell me excatly where and what file shall i change
 *  Thread Starter [electrickiwi](https://wordpress.org/support/users/electrickiwi/)
 * (@electrickiwi)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/issue-with-thumbnails/#post-6222465)
 * Thanks, [@surge74](https://wordpress.org/support/users/surge74/)! Can’t believe
   I missed that…
 * Thanks so much! That saved me hours of headache, haha.
 *  [surge74](https://wordpress.org/support/users/surge74/)
 * (@surge74)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/issue-with-thumbnails/#post-6222466)
 * [@keyur11](https://wordpress.org/support/users/keyur11/) I have no idea what 
   your site is so i cannot help you.
 * [@electrickiwi](https://wordpress.org/support/users/electrickiwi/) No problem,
   glad to help out
 *  [surge74](https://wordpress.org/support/users/surge74/)
 * (@surge74)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/issue-with-thumbnails/#post-6222468)
 * @electriiwi forgot to mention, that code might affect other parts of your site
   so you might just want to make it only work for that particular page with a page-
   id on the css
 *  [keyur11](https://wordpress.org/support/users/keyur11/)
 * (@keyur11)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/issue-with-thumbnails/#post-6222501)
 * [@surge74](https://wordpress.org/support/users/surge74/) [http://www.top3rankings.com/](http://www.top3rankings.com/)
   this is my website-
 * I got 3 tabs as you can see- on my home page thumbnails are in order-
    [http://www.top3rankings.com/](http://www.top3rankings.com/)
 * but in these two pages- its not in order
    [http://www.top3rankings.com/entertainment/](http://www.top3rankings.com/entertainment/)
   [http://www.top3rankings.com/generalknowledge/](http://www.top3rankings.com/generalknowledge/)
 * pls help
 *  [surge74](https://wordpress.org/support/users/surge74/)
 * (@surge74)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/issue-with-thumbnails/#post-6222502)
 * Thats because you have modified the css code too much.
 * look for this in your sites main css file:
 *     ```
       .post-content pre {
   
       white-space: pre-wrap;       /* css-3 */
       white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
       white-space: -pre-wrap;      /* Opera 4-6 */
       white-space: -o-pre-wrap;    /* Opera 7 */
       word-wrap: break-word;       /* Internet Explorer 5.5+ */
       line-height: 140%;
       padding: 0.5% 1.5%;
       background: #2E2E2E;
       font-size: 0.8em;
       color: #FFF;
       border-radius: 6px;
       }
       ```
   
 * and change this “line-height: 140%;” to “line-height: 0%;”
 * Very likely it will affect another part of your site though as the modifications
   you made are sporadic.

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

The topic ‘Issue with Thumbnails’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/youtube-channel-gallery_f11a1f.svg)
 * [Youtube Channel Gallery](https://wordpress.org/plugins/youtube-channel-gallery/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/youtube-channel-gallery/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/youtube-channel-gallery/)
 * [Active Topics](https://wordpress.org/support/plugin/youtube-channel-gallery/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/youtube-channel-gallery/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/youtube-channel-gallery/reviews/)

 * 7 replies
 * 3 participants
 * Last reply from: [surge74](https://wordpress.org/support/users/surge74/)
 * Last activity: [10 years, 11 months ago](https://wordpress.org/support/topic/issue-with-thumbnails/#post-6222502)
 * Status: resolved