- Posts: 7245
- Thank you received: 566
Kunena 7.0.4 Released
The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0
Question Thumbnail Size
15 years 8 months ago #57131
by Matias
Replied by Matias on topic Re: Thumbnail Size
template/default/kunena.forum.css (line 1569):
Either copy changed file into kunena.forum.min.css or try to find this from there.
BTW: attaching images into posts will make them full width.
Code:
#Kunena ul.kfile-attach li a img, #Kunena ul.kfile-attach-editing li a img {
margin-left:10px;
max-height:32px;
max-width:32px;
}
Either copy changed file into kunena.forum.min.css or try to find this from there.
BTW: attaching images into posts will make them full width.
Please Log in or Create an account to join the conversation.
15 years 4 months ago #78649
by Ceasar
Replied by Ceasar on topic Re: Thumbnail Size
Does not work for me. I've been searching everywhere here to resize to thumbnail to a bigger size with no success. Hope someone may have a solution.
Matias wrote: template/default/kunena.forum.css (line 1569):
Code:#Kunena ul.kfile-attach li a img, #Kunena ul.kfile-attach-editing li a img { margin-left:10px; max-height:32px; max-width:32px; }
Either copy changed file into kunena.forum.min.css or try to find this from there.
BTW: attaching images into posts will make them full width.
Please Log in or Create an account to join the conversation.
15 years 4 months ago #78650
by Ceasar
Replied by Ceasar on topic Thumbnail Size
I've been looking everywhere and can't find anything about resizing the thumbnail image after adding the image. My forum works without a glitch. Can someone point me to the code where I can make it bigger? I will add one on this post and you will see the thumbnail for example. Thank you in advance...
Please Log in or Create an account to join the conversation.
14 years 1 month ago - 14 years 1 month ago #121256
by simonfi
Replied by simonfi on topic Re: Thumbnail Size
Find kunena.forum-min.css in your used template and modify this:
#Kunena ul.kfile-attach li{
list-style-type:none;margin-top:10px;
padding-left:30px;background:url("../images/icons/attachment.png") no-repeat;
/*-height:32px;
line-height:32px;*/
width:200px;
float:left;
}
and
#Kunena ul.kfile-attach-editing li{
list-style-type:none;
margin-top:10px;
line-height:200px;
}
and
#Kunena ul.kfile-attach li a img,#Kunena ul.kfile-attach-editing li a img{
max-width:200px;
max-height:200px;
margin-left:10px;
}
#Kunena ul.kfile-attach li{
list-style-type:none;margin-top:10px;
padding-left:30px;background:url("../images/icons/attachment.png") no-repeat;
/*-height:32px;
line-height:32px;*/
width:200px;
float:left;
}
and
#Kunena ul.kfile-attach-editing li{
list-style-type:none;
margin-top:10px;
line-height:200px;
}
and
#Kunena ul.kfile-attach li a img,#Kunena ul.kfile-attach-editing li a img{
max-width:200px;
max-height:200px;
margin-left:10px;
}
Last edit: 14 years 1 month ago by simonfi.
Please Log in or Create an account to join the conversation.
Time to create page: 0.243 seconds