Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • inazone Friend
    #158892

    Hello,

    I have a problem With the thumbnail in mod_jabulletin in mod_jatabs.

    I can not get square thumbnail over 20×20 size.

    Images in my article are 600 x 400 pixels size.
    Even if i chose a size in same ratio than original, for example 60 x 40, the thumbnail is wrong… It’s seem that there’s not enough space to display the thumbnails…

    See below :

    Thumbnail 20 x 20

    Thumbnail 40 x 40

    Thumbnail 60×40

    Thanks for help

    website http://www.stjothonon.fr


    1. mod-jab-20x20
    2. mod-jab-40x40
    3. mod-jab-60x40
    Ninja Lead Moderator
    #372593

    dear ,

    in this case you should modify css a bit, open templates/ja_teline_iv/css/mod_jabulletin.css
    change this:

    #ja-wrapper div.ja-bulletin-wrap ul li, ul.ja-bullettin li {
    background: none repeat scroll 0 0 transparent;
    border-bottom: 1px solid #E6E6E6;

    line-height: normal;
    margin: 0;
    padding: 8px 0;
    position: relative;
    width: 100%;
    }

    to :

    #ja-wrapper div.ja-bulletin-wrap ul li, ul.ja-bullettin li {
    background: none repeat scroll 0 0 transparent;
    border-bottom: 1px solid #E6E6E6;
    height: 50px; /* your prefered height */
    line-height: normal;
    margin: 0;
    padding: 8px 0;
    position: relative;
    width: 100%;
    }

    have a good day!

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

This topic contains 2 replies, has 2 voices, and was last updated by  Ninja Lead 13 years, 10 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum