-
AuthorPosts
-
portalion Friend
portalion
- Join date:
- October 2009
- Posts:
- 63
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 11
- Thanked:
- 2 times in 1 posts
October 8, 2013 at 8:07 pm #191235Hi
In K2 article top image is by default 300px heigh.
When the system displays the image it takes 300px from the top border of the image.
It means that everything below 300px (counting from the top) is not displayed.
Most pictures is taken in this way theat the most important areas are in their centers and therefore its most important areas may by placed at the bottom of the picture or even cut..
And as a result we have article picture that is focused on the top of the oryginal picture.
And most important things are not in the center. So K2 article picture doesn’t exactly show what photograper wanted to express.The qustion is how to adjust the way K2 article picture is displayed so that the picture was focused on the main interest area (center of the picture).
There are no crop options.Please advice
Regards
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
October 9, 2013 at 8:52 am #508460Yes, we have used css style to resize image, so that I can take a look and try to assist, please provide the url of the site you’re working on. I shall check directly on your site and give you specific answers.
portalion Friendportalion
- Join date:
- October 2009
- Posts:
- 63
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 11
- Thanked:
- 2 times in 1 posts
October 10, 2013 at 8:52 pm #508661Hi Ninja Lead,
Thank you for the quick response.
This is wide image (width: 650px) http://www.tuwartobyc.pl/opolskie/opole/item/383-facebook-s-new-look-may-include-multiple-news-feeds
And this is smaller image (width: 450px) http://www.tuwartobyc.pl/opolskie/namyslow/item/382-facebook-s-new-look-may-include-multiple-news-feeds and in this case pics.Looking forward hearing from you
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
October 11, 2013 at 3:51 am #508684It is not bug in this case
Link: http://www.tuwartobyc.pl/opolskie/opole/item/383-facebook-s-new-look-may-include-multiple-news-feeds -> real image is large: http://www.tuwartobyc.pl/media/k2/items/cache/92c3523de61d06eebdc515f2babb64b9_L.jpg
Link: http://www.tuwartobyc.pl/opolskie/namyslow/item/382-facebook-s-new-look-may-include-multiple-news-feeds -> real image is medium: http://www.tuwartobyc.pl/media/k2/items/cache/e561084e9220383c7204eb40f9bc13f1_M.jpg
You can see the config difference in “opole” and “namyslow” category image size from Categories of K2 component.
And you can check namyslow category and set image it to LARGE image, see the screenshot
portalion Friendportalion
- Join date:
- October 2009
- Posts:
- 63
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 11
- Thanked:
- 2 times in 1 posts
October 11, 2013 at 7:53 am #508715Yes, I know that 🙂
I did it especially to show you that only smaller images are displayed as a whole. And bigger images are cut 300px from the top – without focusing on their centers (main interest areas).<blockquote>The qustion is how to adjust the way K2 article picture is displayed so that the picture was focused on the main interest area (center of the picture).
There are no crop options.</blockquote>Best regards
portalion Friendportalion
- Join date:
- October 2009
- Posts:
- 63
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 11
- Thanked:
- 2 times in 1 posts
October 15, 2013 at 4:59 pm #509083Hello, any ideas?
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
October 16, 2013 at 6:42 am #509127<em>@portalion 393724 wrote:</em><blockquote>Hello, any ideas?</blockquote>
You can try to do with my below solution
Open templates/ja_argo/css/k2.css file
From
div.itemImageBlock {
margin: 0 10px 30px 0;
float:left;
}
div.itemIntroText {
color: #333;
font-weight: bold;
}
Change to
div.itemImageBlock {
margin: 0 10px 30px 0;
float:left;
width: 100%;
}
div.itemIntroText {
color: #333;
font-weight: bold;
clear: both;
}
portalion Friendportalion
- Join date:
- October 2009
- Posts:
- 63
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 11
- Thanked:
- 2 times in 1 posts
October 16, 2013 at 5:32 pm #509204Thank you Ninja Lead,
Of course your, advice is great as far as centering image in layout is concerned.
Howevere, I have started this thread with other question.
Could you please have at my initial post and say whether is this possible to achive crop or other solution?Best regards
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
October 17, 2013 at 11:31 am #509330I’m not sure my above solution to work all case the image on your site but if possible you can send me directly link as same this problem. I shall help you to suggest the solution for you.
portalion Friendportalion
- Join date:
- October 2009
- Posts:
- 63
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 11
- Thanked:
- 2 times in 1 posts
October 17, 2013 at 5:07 pm #509366Thank you Ninja Lead,
Because of other issues of Argo I have reported I will back to this thread if they will be resolved.
At this stage I don’t know whether I will be running website basic on this template.Best regards
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
October 21, 2013 at 11:28 am #509694If you have anything further issues in the future please doesn’t hesitate to contact us.
AuthorPostsViewing 11 posts - 1 through 11 (of 11 total)This topic contains 11 replies, has 2 voices, and was last updated by Ninja Lead 11 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum
K2 article image crop?
Viewing 11 posts - 1 through 11 (of 11 total)