- Posts: 36
COMMUNITY FORUM
Content module not resizing
- Michael Green
-
Topic Author
- Offline
- Junior Member
Less
More
10 years 2 months ago #141340
by Michael Green
Content module not resizing was created by Michael Green
Hello im having some trouble with my content module displaying categories. the global image parameters are recognized by the category item listings as well as the single item page....but the module will not recognize the new image widths from global params..it displays the default values but will not resize when i adjust them. so if i set the small image to display as 400 px instead of 200 px then the category will change and the item images will change but not the module image when i select the correct image size.
During my trouble shooting i set the relative category small image to see if the module will inherit the categories params to no avail...
Ive cleared the relative categories image widths to see if it would respond to just the global parameters to no avail.
Any idea what may be wrong?
Thanks
During my trouble shooting i set the relative category small image to see if the module will inherit the categories params to no avail...
Ive cleared the relative categories image widths to see if it would respond to just the global parameters to no avail.
Any idea what may be wrong?
Thanks
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
Less
More
- Posts: 15920
10 years 2 months ago #141356
by Krikor Boghossian
Replied by Krikor Boghossian on topic Content module not resizing
Is there a link to the module?
Please Log in or Create an account to join the conversation.
- Michael Green
-
Topic Author
- Offline
- Junior Member
Less
More
- Posts: 36
10 years 2 months ago #141471
by Michael Green
Replied by Michael Green on topic Content module not resizing
sure im sending it via email under the subject title..thanks
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
Less
More
- Posts: 15920
10 years 2 months ago #141532
by Krikor Boghossian
Replied by Krikor Boghossian on topic Content module not resizing
Ok, I got the link,
Where is the module placed exactly?
I see a slider a slideshow (cutom modules) and the component area.
Where is the module placed exactly?
I see a slider a slideshow (cutom modules) and the component area.
Please Log in or Create an account to join the conversation.
- Michael Green
-
Topic Author
- Offline
- Junior Member
Less
More
- Posts: 36
10 years 2 months ago #141677
by Michael Green
Replied by Michael Green on topic Content module not resizing
Apologies, i forgot to publish the module on the page..it is published now thanks.
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
Less
More
- Posts: 15920
10 years 2 months ago #141693
by Krikor Boghossian
Replied by Krikor Boghossian on topic Content module not resizing
Check the module's code or consult with the developer to see if the image is harcoded in the module.
The code for the image should look like this:
The code for the image should look like this:
<img src="<?php echo $item->image; ?>" alt="<?php echo K2HelperUtilities::cleanHtml($item->title); ?>"/>
Please Log in or Create an account to join the conversation.