- Posts: 16
COMMUNITY FORUM
[SOLVED] K2 images that do not scale
- web brand
-
Topic Author
- Offline
- New Member
thanks :(
Please Log in or Create an account to join the conversation.
- Lefteris
-
- Offline
- Platinum Member
- Posts: 8743
Please Log in or Create an account to join the conversation.
- web brand
-
Topic Author
- Offline
- New Member
- Posts: 16
Please Log in or Create an account to join the conversation.
- web brand
-
Topic Author
- Offline
- New Member
- Posts: 16
Please Log in or Create an account to join the conversation.
- Lefteris
-
- Offline
- Platinum Member
- Posts: 8743
Please Log in or Create an account to join the conversation.
- calyn
-
- Offline
- New Member
- Posts: 6
One thing I have noticed (if it makes any difference- main menu section will not allow me to set image sizes).
Is there something I'm overlooking or is it possible bug or non-compatible with Joomla 3.0?
Thanks
Please Log in or Create an account to join the conversation.
- web brand
-
Topic Author
- Offline
- New Member
- Posts: 16
Please Log in or Create an account to join the conversation.
- Lefteris
-
- Offline
- Platinum Member
- Posts: 8743
Please Log in or Create an account to join the conversation.
- web brand
-
Topic Author
- Offline
- New Member
- Posts: 16
www.enotecamagro.com/magro/component/k2/item/372-prova
Please Log in or Create an account to join the conversation.
- Lefteris
-
- Offline
- Platinum Member
- Posts: 8743
Please Log in or Create an account to join the conversation.
- web brand
-
Topic Author
- Offline
- New Member
- Posts: 16
Please Log in or Create an account to join the conversation.
- web brand
-
Topic Author
- Offline
- New Member
- Posts: 16
Please Log in or Create an account to join the conversation.
- calyn
-
- Offline
- New Member
- Posts: 6
I did as you instructed above and the image shows 240px × 181px.
Excuse my ignorance I thought K2 automatically resizes images according to parameters?? :unsure:
Please Log in or Create an account to join the conversation.
- calyn
-
- Offline
- New Member
- Posts: 6
Please Log in or Create an account to join the conversation.
- Lefteris
-
- Offline
- Platinum Member
- Posts: 8743
From the screenshots you provided it seems that the category is inheriting settings from an other category....
@calyn
Do you also have a link to an item which has the issue? As i wrote before, the changes in the settings affect only new images.
Please Log in or Create an account to join the conversation.
- calyn
-
- Offline
- New Member
- Posts: 6
Look for Smitty's
bitesofbay.com/big-bites/by-location/panama-city
and when you click on the item notice you get
bitesofbay.com/big-bites/by-location/panama-city/item/8-smittys-barbecue-salad-bar
Please Log in or Create an account to join the conversation.
- Lefteris
-
- Offline
- Platinum Member
- Posts: 8743
width: 100% !important;
Please Log in or Create an account to join the conversation.
- J Geraci
-
- Offline
- New Member
- Posts: 2
Please Log in or Create an account to join the conversation.
- Omar Quesada
-
- Offline
- New Member
- Posts: 2
#k2Container .itemImageBlock a img { border:none; padding:0; width:100%!important; height:auto!important; margin-bottom:0;}
for this one:
#k2Container .itemImageBlock a img { border:none; padding:0; width:auto!important; height:auto!important; margin-bottom:0;}
You can find that archive here:
YOUR_URL/templates/NAME_OF_YOUR_TEMPLATE/css/custom.css
(the thing is to locate the general css archive of your template, I know it's inside templates just take your time finding the right archive and the right line....) GOOD LUCK!
Please Log in or Create an account to join the conversation.