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.
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.
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)
@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!