Kunena 6.2.5 & module Kunena Latest 6.0.7 released

The Kunena team has announce the arrival of Kunena 6.2.5 [K 6.2.5] which is now available for download as a native Joomla extension for J! 4.3.x/4.4.x/5.0.x. This version addresses most of the issues that were discovered in K 6.1 / K 6.2 and issues discovered during the last development stages of K 6.2

Please Read This First:

This is a community-driven self-help category to ask questions about designing or developing your own Kunena template. Please be aware that there are rules that apply to topics posted in this category:

Do not use this category for:
  • asking questions about how to make simple changes to a template designed by the Kunena project team (use K 3.0 Templates instead);
  • advertising your own template designs.

Topics that do not meet the above guidelines may be removed without notice.

If you are having problems then, for your own benefit, it would save us all a lot of time if you would kindly post your configuration report when you ask for help from this forum. If you do not post your configuration report we will not ask you for it but you will probably not get your problem solved, either.

Solved Some large images in articles are deformed in Chrome and Edge

More
2 years 8 months ago #1 by krapet
I have set size limit for uploaded images to 1280 x 1280.
In file kunena.css is height limit for images -> max-height: 800px.
When images are landscape then they are displayed correctly.
When images are portrait and are higher than 800px then its height is reduced to this limit but width is not recalculated.
This issue was observed in Chrome and Edge. Firefox display images correctly.

My solution is to add following code in CSS (kunena.css):

#kunena.layout div.kmsgbody div.kmsgtext img  { object-fit: scale-down; }




Kunena 5.2.5, BlueEagle 1.6.5

Please Log in or Create an account to join the conversation.

More
2 years 8 months ago #2 by 9themestore
@krapet,
Can you post your website url to here? We will check and find the solution for this issue.
Regards,

- Please provide your site url if it has been lived.
- Please share tip if it worked fine with you.
- Don't be shy about using the "Thanks" button below if you found my comment helpful :)

Please Log in or Create an account to join the conversation.

More
2 years 8 months ago #3 by krapet
kkplzen.eu/index.php/forum/5-kaktusy/434...ycium?start=30#73103

Now I have fixed CSS so images are displayed correctly.
To see deformation it is necessary to disable this fix. (Inspect element : Ctrl+Shift+I)
The following user(s) said Thank You: 9themestore

Please Log in or Create an account to join the conversation.

More
2 years 7 months ago - 2 years 7 months ago #4 by PhilF51`

kkplzen.eu/index.php/forum/5-kaktusy/434...ycium?start=30#73103

Now I have fixed CSS so images are displayed correctly.
To see deformation it is necessary to disable this fix. (Inspect element : Ctrl+Shift+I)


 
Aha!    Good work on a fix
Last edit: 2 years 7 months ago by PhilF51`.

Please Log in or Create an account to join the conversation.

Time to create page: 0.344 seconds