Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • felix1 Friend
    #204437

    Featured 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?


    1. featured_gone_crazy

    Felix Rimfrost

    jooservices Friend
    #562069

    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

    felix1 Friend
    #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 Friend
    #562095

    Hi there
    Please use above code and replace 800px by auto ( or 100% )

    Thank you,
    Viet Vu

    felix1 Friend
    #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 Friend
    #562110

    Hi 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 Vu

    felix1 Friend
    #562114

    Thanks!
    My images is now back to normal again, when I changed it to auto as you advised me… 🙂

    Felix Rimfrost

    jooservices Friend
    #562117

    Glad to hear that.

    Thank you,
    Viet Vu

Viewing 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