-
AuthorPosts
-
June 6, 2013 at 12:36 pm #188034
Hello,
I am developing a new site on joomla with JA Argo template, I am using K2 for posting articles
I am having problem with displaying images properly on the site especially on the content top module.
The images are not properly being resized –
Is there a way for images to resize automatically without cropping the images if they are big and stretch them if they are small?
Is there an extension for that or can we do some code fix or some option changes?
Also, I have the same problem with thumbnails used in other places as well on the site.
Regards
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
June 7, 2013 at 4:05 am #495087Hi,
In the content-top position, for both Joomla content or K2 as demo site, we use the default Joomla / K2 module (Article Category Module and K2 Content) and the way it retrieves images is default function of Joomla/K2. In order to achieve that, you need to customize these modules.
Regards
June 7, 2013 at 4:27 am #495094<em>@Saguaros 375772 wrote:</em><blockquote>Hi,
In the content-top position, for both Joomla content or K2 as demo site, we use the default Joomla / K2 module (Article Category Module and K2 Content) and the way it retrieves images is default function of Joomla/K2. In order to achieve that, you need to customize these modules.
Regards</blockquote>
Hello,
I have used demo for installation and can you please guide me on how to achieve this?
Should I use article category module instead of k2?
Regards
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
June 8, 2013 at 4:48 pm #495207This is not problem from our product, because the concept Article Category module: two big image above set with width: 50% and four small image below set with widtd: 25%, you can change width image size on this module by
Open templates/ja_argo/less/mod_articles_category.less file
// Brick big
// ---------
.brick-big {
height: 443px !important;
position: relative;
overflow: hidden;
width: 50%;
}// Brick small
// -----------
.brick-small {
width: 25%;
}
You can change width in css file
Article category module supports com_content and k2 component by select template appear to show
AuthorPostsViewing 4 posts - 1 through 4 (of 4 total)This topic contains 4 replies, has 3 voices, and was last updated by Ninja Lead 11 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
How to resize images that can fit properly in content top module
Viewing 4 posts - 1 through 4 (of 4 total)