• Resolved dchymko

    (@dchymko)


    Hey Ben,

    Love this theme so far. I just found one small issue with ti. On the “Full Width Image” template, the image doesn’t seem to go full width on all screens (larger displays). I can’t seem to get this to work, no matter what size image I upload or what I set for the “Featured Image Size” setting.

    Screen shot:
    http://imgur.com/t7ACHUU

    site: http://darylchymko.ca

Viewing 6 replies - 1 through 6 (of 6 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Hi Daryl,

    Thanks so much for upgrading!

    I see what you mean about the image. I will fix this in the next update for Founder Pro, so the image will always reach the edge of the screen (in both templates).

    @media (min-width: 75em)
    .full-width-image-page .featured-image, .full-width-image-post .featured-image, .title-overlay-page .featured-image, .title-overlay-post .featured-image {
        width: 280%;
        left: -86.25%;
        padding-bottom: 100.3%;
    }

    if you just crank up the width and left position on the above css it gets bigger.

    Theme Author Ben Sibley

    (@bensibley)

    That is true, but it is not a responsive solution. This only fits it to one screen size (due to the max-width property on a parent element), so it gets cropped and sometimes doesn’t fill the screen still.

    I’ll have a fix in the next update that will keep it fitting perfectly at screen sizes above 1400px.

    Thread Starter dchymko

    (@dchymko)

    Sweet, thanks for the quick response!

    While we’re on the topic of featured images, it would be cool if the full width and cover templates used the ‘featured image size’ setting too.

    Love the theme so far!

    @ben, this is true. I personally like to use inline css and the ‘background-image’ property to do full width responsive images.

    I usually develop on a 1920 x 1080 monitor and sometimes forget that the most widely used display is the 1366 x 768 (minus mobile devices of course)

    Theme Author Ben Sibley

    (@bensibley)

    @dchymoko

    Sure thing! That’s a good idea, I’ll make the template page featured images start using the featured image size too in the next update. It should be available early next week.

    @mr. Case

    I see, thanks for the sharing the snippet anyway!

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Full width not full-width?’ is closed to new replies.