-
AuthorPosts
-
felix1 Friend
felix1
- Join date:
- February 2015
- Posts:
- 220
- Downloads:
- 36
- Uploads:
- 78
- Thanks:
- 67
- Thanked:
- 20 times in 6 posts
March 7, 2015 at 7:12 pm #204437Featured images on homepage (http://www.rimfrost.se/fisheco) is stretched in height (see screenshot).
Someone from the support staff has added a lot of code in custom.css since I last looked, but that didn’t help…
How can I change custom.css so the featured images in slideshow isn’t stretched in height?
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
March 8, 2015 at 1:19 am #562069Hi there
It’s because you are applied fixed height: 800px. I remember you have asked me for this value
.t3-wrapper .main #t3-mainbody .magazine-featured .magazine-featured-items .magazine-featured-leading .pull-left.item-image img {
height: 800px;
}.t3-wrapper .main #t3-mainbody .magazine-featured .magazine-featured-items .magazine-featured-leading .pull-left.item-image {
height: 800px;
max-height: 800px;
}You should use auto instead.
Thank you,
Viet Vufelix1 Friendfelix1
- Join date:
- February 2015
- Posts:
- 220
- Downloads:
- 36
- Uploads:
- 78
- Thanks:
- 67
- Thanked:
- 20 times in 6 posts
March 8, 2015 at 7:57 am #562089<em>@jooservices 462129 wrote:</em><blockquote>Hi there
It’s because you are applied fixed height: 800px. I remember you have asked me for this value
.t3-wrapper .main #t3-mainbody .magazine-featured .magazine-featured-items .magazine-featured-leading .pull-left.item-image img {
height: 800px;
}.t3-wrapper .main #t3-mainbody .magazine-featured .magazine-featured-items .magazine-featured-leading .pull-left.item-image {
height: 800px;
max-height: 800px;
}You should use auto instead.
Thank you,
Viet Vu</blockquote>Thanks for reply!
Could you please give me the exact code that’s wrong and the exact code to paste, and I would be extremely grateful.
Felix Rimfrost
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
March 8, 2015 at 8:59 am #562095Hi there
Please use above code and replace 800px by auto ( or 100% )Thank you,
Viet Vufelix1 Friendfelix1
- Join date:
- February 2015
- Posts:
- 220
- Downloads:
- 36
- Uploads:
- 78
- Thanks:
- 67
- Thanked:
- 20 times in 6 posts
March 8, 2015 at 12:13 pm #562107<em>@jooservices 462158 wrote:</em><blockquote>Hi there
Please use above code and replace 800px by auto ( or 100% )Thank you,
Viet Vu</blockquote>Do you mean code one or code two, or both?
Felix Rimfrost
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
March 8, 2015 at 12:26 pm #562110Hi there
It’s depends on what do you want to do
http://stackoverflow.com/questions/19442226/height-100-vs-heightauto
IMO i would suggest to use 100%.
Thank you,
Viet Vufelix1 Friendfelix1
- Join date:
- February 2015
- Posts:
- 220
- Downloads:
- 36
- Uploads:
- 78
- Thanks:
- 67
- Thanked:
- 20 times in 6 posts
March 8, 2015 at 3:16 pm #562114Thanks!
My images is now back to normal again, when I changed it to auto as you advised me… 🙂Felix Rimfrost
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
March 8, 2015 at 3:42 pm #562117Glad to hear that.
Thank you,
Viet VuAuthorPostsViewing 8 posts - 1 through 8 (of 8 total)This topic contains 8 replies, has 2 voices, and was last updated by jooservices 9 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Featured images on homepage stretched
Viewing 8 posts - 1 through 8 (of 8 total)