- Posts: 1
COMMUNITY FORUM
Disable Image auto resize
- Alexander Yurpolsky
-
Topic Author
- Offline
- New Member
Less
More
9 years 2 months ago #150838
by Alexander Yurpolsky
Disable Image auto resize was created by Alexander Yurpolsky
I want to Disable images resizing in k2, because if for example add an image with 510
pixels, it becomes 300, and the quality decreases, and
also a problem with rokstories module, how to disable image auto resizing?
10Q
pixels, it becomes 300, and the quality decreases, and
also a problem with rokstories module, how to disable image auto resizing?
10Q
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
Less
More
- Posts: 15920
9 years 2 months ago #150847
by Krikor Boghossian
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Krikor Boghossian on topic Disable Image auto resize
Image resizing cannot be disabled by default.
You can use a different size in the module's settings or you can use an extrafield to display your images.
Finally for information regarding the rokstories module, you need to contact the RT devs.
You can use a different size in the module's settings or you can use an extrafield to display your images.
Finally for information regarding the rokstories module, you need to contact the RT devs.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Hemis
-
- Offline
- New Member
Less
More
- Posts: 4
9 years 2 months ago #151071
by Hemis
Replied by Hemis on topic Disable Image auto resize
Hi! My options are also image quality 100, and only "GalleriaWhite" option seems to keep image thumbnails in good shape (other options look like pixeled and very much packed jpg... )
Wonder if there is retina possibility to use... OR change CSS so that it would scale image to wanted thumbnail size...?
Wonder if there is retina possibility to use... OR change CSS so that it would scale image to wanted thumbnail size...?
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
Less
More
- Posts: 15920
9 years 2 months ago #151074
by Krikor Boghossian
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Krikor Boghossian on topic Disable Image auto resize
Hello,
Galleria is a SigPro template,
K2 image options do not affect SigPro. Since you are referring to a commercial extension, please open a ticket on our helpdesk.
In the ticket please include a link to your site and a link to the issue.
Galleria is a SigPro template,
K2 image options do not affect SigPro. Since you are referring to a commercial extension, please open a ticket on our helpdesk.
In the ticket please include a link to your site and a link to the issue.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Hemis
-
- Offline
- New Member
Less
More
- Posts: 4
9 years 2 months ago #151076
by Hemis
Replied by Hemis on topic Disable Image auto resize
Oh, just discovered that this makes the wanted solution in my template CSS:
ul.sigProSleek li.sigProThumb a.sigProLink img.sigProImg
{
background-position: 0 0;
margin:0 10px 10px 0;
background-size:100% auto;
}
Just change 'Sleek' whatever template you use...
ul.sigProSleek li.sigProThumb a.sigProLink img.sigProImg
{
background-position: 0 0;
margin:0 10px 10px 0;
background-size:100% auto;
}
Just change 'Sleek' whatever template you use...
Please Log in or Create an account to join the conversation.
- Hemis
-
- Offline
- New Member
Less
More
- Posts: 4
9 years 2 months ago #151077
by Hemis
Replied by Hemis on topic Disable Image auto resize
Oh yes, noticed this... sorryy...
Please Log in or Create an account to join the conversation.
- Joe Campbell
-
- Offline
- Platinum Member
Less
More
- Posts: 438
9 years 2 months ago #151080
by Joe Campbell
Replied by Joe Campbell on topic Disable Image auto resize
Hello @Alexander and @Hemis,
Here are two of my previous posts that may assist you:
K2 Power Tip: Stop K2 from Processing Images - K2 Hack
www.joomlaworks.net/forum/k2-en/41036-k2-power-tip-stop-k2-from-processing-images-k2-hack#142970
Keeping original names in K2 images
www.joomlaworks.net/forum/k2-en/40376-solved-keeping-orginal-names-in-my-images#141480
Note: I ONLY use extra fields to render EVERY image on my K2 site.
I hope this helps,
Joe Campbell
Here are two of my previous posts that may assist you:
K2 Power Tip: Stop K2 from Processing Images - K2 Hack
www.joomlaworks.net/forum/k2-en/41036-k2-power-tip-stop-k2-from-processing-images-k2-hack#142970
Keeping original names in K2 images
www.joomlaworks.net/forum/k2-en/40376-solved-keeping-orginal-names-in-my-images#141480
Note: I ONLY use extra fields to render EVERY image on my K2 site.
I hope this helps,
Joe Campbell
Please Log in or Create an account to join the conversation.