Kunena 6.3.0 released

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

Solved Enlarge drop file icon

More
2 years 11 months ago #1 by Spqr
Enlarge drop file icon was created by Spqr
Hi guys,

I am searching for solution to enlarge or preview or preview on hoover(with enlargement) the icon of the dropped file on the forum
 

I get through whole internet could not find solution.

Best Regards,
 

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

More
2 years 11 months ago #2 by rich
Replied by rich on topic Enlarge drop file icon
I have no idea what template you're using, but with Crypsis it would be possible if you put a code like this in your custom.less
Code:
#kpost-attachments .controls canvas:hover {     width: 300px; }

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

More
2 years 11 months ago #3 by Spqr
Replied by Spqr on topic Enlarge drop file icon
Perfect, I am using same tamplate.

Thank you very much and have a great day!

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

More
2 years 11 months ago #4 by Spqr
Replied by Spqr on topic Enlarge drop file icon
I have change it looks beautifull but unfortunetelly quality is shocking.

Do you have any ideas how can I upgrade it?

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

More
2 years 11 months ago #5 by rich
Replied by rich on topic Enlarge drop file icon

I have change it looks beautifull but unfortunetelly quality is shocking.

It's only a thumbnail. If you enlarge a miniature image, you can't have a high quality.

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

More
2 years 11 months ago #6 by Spqr
Replied by Spqr on topic Enlarge drop file icon
Absolutely,

I understand. Would you know is there a chance to hover fool image content so instead of thumbnail once hoovering thumbnail?

Thanks in advance,

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

More
2 years 11 months ago #7 by rich
Replied by rich on topic Enlarge drop file icon
It's possible with a trick, but you must manipulate a system file, and so I give no guarantee. It's your decision.
If you comment out the size values in the /media/kunena/core/js/jquery.fileupload-image.js lines 101 until 104 and the size values define via own css codes.

The problem is that you have to comment out these 4 lines again after every Kunena upgrade, as this file will be replaced.
Code:
   // maxWidth: '@',    // maxHeight: '@',    // minWidth: '@',    // minHeight: '@',


This css code should work.
Code:
#kpost-attachments .controls canvas:hover {     min-width: 20px;     max-width: 50%; } #kpost-attachments .controls canvas {     max-width: 100px; }

 

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

More
2 years 11 months ago #8 by Spqr
Replied by Spqr on topic Enlarge drop file icon
Rich you are the man!
Looks beautifull now.
I will be carefull with updates(thanks for awaring).
Best Regards,

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

Time to create page: 0.524 seconds