-
AuthorPosts
-
inazone Friend
inazone
- Join date:
- October 2008
- Posts:
- 55
- Downloads:
- 0
- Uploads:
- 28
- Thanks:
- 4
- Thanked:
- 4 times in 1 posts
January 17, 2011 at 3:56 pm #158892Hello,
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
- Ninja Lead Moderator
Ninja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
January 19, 2011 at 7:30 am #372593dear ,
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!
AuthorPostsViewing 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
Jump to forum