• Resolved electrickiwi

    (@electrickiwi)


    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/

    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://ww.wp.xz.cn/plugins/youtube-channel-gallery/

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

    (@surge74)

    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

    (@keyur11)

    can u tell me excatly where and what file shall i change

    Thread Starter electrickiwi

    (@electrickiwi)

    Thanks, @surge74! Can’t believe I missed that…

    Thanks so much! That saved me hours of headache, haha.

    surge74

    (@surge74)

    @keyur11 I have no idea what your site is so i cannot help you.

    @electrickiwi No problem, glad to help out

    surge74

    (@surge74)

    @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

    @surge74 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/

    but in these two pages- its not in order
    http://www.top3rankings.com/entertainment/
    http://www.top3rankings.com/generalknowledge/

    pls help

    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.