-
AuthorPosts
-
hcharly Friend
hcharly
- Join date:
- April 2008
- Posts:
- 107
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 14
- Thanked:
- 11 times in 1 posts
June 27, 2013 at 6:18 pm #188537Hello Guys,
The JA Lens demo style is set to display thumbnails in a landscape format.
– Average Item Base Width: 270 and Item Height is 160.I make a fresh copy of the style and need to display thumbnails in a portrait format.
My settings are:
– Average Item Base Width: 200
– Item Height: 300After uploading some pictures I found out that the thumbnails are not displaying as expected.
The Div “item-image” is not being fully displayed by its parent container which is “item masonry-brick”.
Please see attachment.Whta’s the additional settings I need to do?
Does someone here know a fix for that if it is not a matter of setting?In advance thanks,
-Charles
PS: This concerns the LIGHT theme. Thumbnails in the DARK theme displayed well.
hcharly Friendhcharly
- Join date:
- April 2008
- Posts:
- 107
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 14
- Thanked:
- 11 times in 1 posts
June 27, 2013 at 7:14 pm #497230Answering to myself with hope that it will be helpful for others.
In the Light theme the Item height is hardcoded.
To fix it edit templates/ja_lens/themes/light/css/theme.css.
Find (line 33)body.layout-g .masonry .item-inner,
body.layout-l .masonry .item-inner {
height: 160px;
overflow: hidden;
}and change it to:
body.layout-g .masonry .item-inner,
body.layout-l .masonry .item-inner {
height: auto;
overflow: hidden;
}That works for me.
-Charles1 user says Thank You to hcharly for this useful post
AuthorPostsViewing 2 posts - 1 through 2 (of 2 total)This topic contains 2 replies, has 1 voice, and was last updated by hcharly 11 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
FrontPage – Changing thumbnails size from Landscape to Portrait
Viewing 2 posts - 1 through 2 (of 2 total)