- Forum
- Products for Joomla
- Kunena 4.x templates
- RND Kamethyst
- After installing Kamethyst thunails are too small
After installing Kamethyst thunails are too small
- Nikiniko
-
Topic Author
- Offline
- Senior Member
-
Less
More
- Posts: 43
- Thank you received: 0
7 years 10 months ago #275
by Nikiniko
After installing Kamethyst thunails are too small was created by Nikiniko
When i upload a photo thumpnail is very small 20-30 pixels and is not changeing from the settings.
Is there other way to do it? CSS somehow ? I asked and in KUNENA AND THEY TOLD ME CSS but i dont know what to do.
Is there other way to do it? CSS somehow ? I asked and in KUNENA AND THEY TOLD ME CSS but i dont know what to do.
- Eugene S.
-
- Offline
- Administrator
-
7 years 10 months ago #276
by Eugene S.
Like our extensions for Kunena?
Add your voice to the JED listing with a 100 score review: bit.ly/2cIg8pF
Thanks!
Replied by Eugene S. on topic Re: After installing Kamethyst thunails are too small
Hello,
Got your question. I'll examine it and let you know. But I need more details. Please answer on following questions:
1. Which avatar size you need to get at category page? (it's small)
2. Which avatar size you need to get at discussion page? (it's big)
Got your question. I'll examine it and let you know. But I need more details. Please answer on following questions:
1. Which avatar size you need to get at category page? (it's small)
2. Which avatar size you need to get at discussion page? (it's big)
Like our extensions for Kunena?
Add your voice to the JED listing with a 100 score review: bit.ly/2cIg8pF
Thanks!
- Eugene S.
-
- Offline
- Administrator
-
7 years 10 months ago #277
by Eugene S.
Like our extensions for Kunena?
Add your voice to the JED listing with a 100 score review: bit.ly/2cIg8pF
Thanks!
Replied by Eugene S. on topic Re: After installing Kamethyst thunails are too small
Maybe this solution will meet your needs:
www.roundtheme.com/forums/avatar-size#reply-94
Like our extensions for Kunena?
Add your voice to the JED listing with a 100 score review: bit.ly/2cIg8pF
Thanks!
- Nikiniko
-
Topic Author
- Offline
- Senior Member
-
Less
More
- Posts: 43
- Thank you received: 0
7 years 10 months ago #280
by Nikiniko
Replied by Nikiniko on topic Re: After installing Kamethyst thunails are too small
- Eugene S.
-
- Offline
- Administrator
-
7 years 10 months ago #281
by Eugene S.
Like our extensions for Kunena?
Add your voice to the JED listing with a 100 score review: bit.ly/2cIg8pF
Thanks!
Replied by Eugene S. on topic Re: After installing Kamethyst thunails are too small
Let's try to solve this task. Open this file for edit: /components/com_kunena/template/rnd_kamethyst/css/custom.css
And add the following lines:
Please let me know about your success.
And add the following lines:
div#Kunena ul.kfile-attach li a img,
div#Kunena ul.kfile-attach-editing li a img{
max-width: 100%;
min-height: 60px; /* regulate here */
}
div#Kunena ul.kfile-attach li{height: 90px; /* min-height: 60px + 30px = 90px */}
Please let me know about your success.
Like our extensions for Kunena?
Add your voice to the JED listing with a 100 score review: bit.ly/2cIg8pF
Thanks!
- Nikiniko
-
Topic Author
- Offline
- Senior Member
-
Less
More
- Posts: 43
- Thank you received: 0
7 years 10 months ago #282
by Nikiniko
Replied by Nikiniko on topic Re: After installing Kamethyst thunails are too small
div#Kunena ul.kfile-attach li a img,
div#Kunena ul.kfile-attach-editing li a img{
max-width: 50%;
min-height: 160px; /* regulate here */
}
div#Kunena ul.kfile-attach li{height: 160px; /* min-height: 60px + 30px = 90px */}
this is the result :
prntscr.com/9sjgyy
No mater the height,
tha one attachment drops over the other.
div#Kunena ul.kfile-attach-editing li a img{
max-width: 50%;
min-height: 160px; /* regulate here */
}
div#Kunena ul.kfile-attach li{height: 160px; /* min-height: 60px + 30px = 90px */}
this is the result :
prntscr.com/9sjgyy
No mater the height,
tha one attachment drops over the other.
Moderators: Eugene S.