Featured Image Size Customization?
Home › Forums › WordPress Theme Support › BfastMag Pro › Featured Image Size Customization?
Tagged: Featured Image size
- This topic has 22 replies, 3 voices, and was last updated 8 years, 1 month ago by
Christopher.
-
AuthorPosts
-
September 18, 2017 at 6:28 am #8289
Christopher
SpectatorGood question. I’d like to know the answer to this too. The images in the large slider are stretched way out of propertion to make the width.
September 18, 2017 at 9:59 am #8292Raja CRN
KeymasterHello,
Since The Theme comes with Responsive layout, the image with and height will change based on the Device Screen. Share your device screen resolution, We’ll check and fix if there is any image issues.
Thanks
September 18, 2017 at 10:24 am #8293Alicia
MemberIt works fine on my cell phone. However on any computer monitor, no matter what the resolution is, the image is distorted you can see it on my website
http://www.taylorlife.comSeptember 18, 2017 at 10:25 am #8294Raja CRN
KeymasterShare your screenshots to [email protected]
September 18, 2017 at 10:58 am #8295Raja CRN
KeymasterHi,
Put the following code in the Additional CSS that will fix image stretch in home blocks.
.bfastmag-fp-s5 .bfastmag-big img { height: 230px; }September 18, 2017 at 7:22 pm #8304Alicia
MemberThe images are sill stretched out. It doesn’t look like it made a difference.
September 18, 2017 at 7:24 pm #8305Raja CRN
KeymasterHello,
Without details about the device details, We can’t reproduce the issues here. Demo site images works without any issue.
September 18, 2017 at 7:33 pm #8307Raja CRN
KeymasterHello,
The issues has been arised, since you are using the Full width layout. We’ve sent you the code for normal layout. This will fix the issue.
Here’s the code;
.bfastmag-fp-s5 .bfastmag-big img ,.bfastmag-fp-s4 .bfastmag-big img, .bfastmag-fp-s5 .bfastmag-big img{
height: 290px;
}
.bfastmag-fp-s1-posts .tp-post-thumbnail figure {
height: 200px;
}
.bfastmag-fp-s1-posts .tp-post-thumbnail figure a img {
max-height: 200px;
}September 18, 2017 at 8:18 pm #8308Alicia
MemberI had replied to your email with the resolution on this particular monitor – it is 1920×1080.
Thank you for the code, the images in the bottom block are still stretched.I am using these particular home blocks:
Top: Featured Big Grid
Section 2 (Recipes) – Home Block 4
Section 3 (Health) – Home Block 5
Section 4 (Cats)- Home Block 3September 18, 2017 at 8:19 pm #8309Alicia
MemberThe ones in the Home Block 3 are still being stretched.
September 18, 2017 at 8:20 pm #8310Alicia
MemberActually – all the bigger images are being stretched. Sorry for the multiple posts. When I try to edit my post, I get an error message saying I am not allowed to.
September 18, 2017 at 8:51 pm #8311Raja CRN
KeymasterI think, Home Block 3 is not stretched that much. But still, If you want use this code to increase the height,
.bfastmag-fp-s1-posts .tp-post-thumbnail figure {
height: 220px;
}
.bfastmag-fp-s1-posts .tp-post-thumbnail figure a img {
max-height: 220px;
}September 18, 2017 at 9:12 pm #8312Alicia
MemberThank you. Aweseom! That fixed Home Block Style 3, but Home block style 4 big images and home block 5 big images are still stretched out. Is there a separate code for them? I’m using Firebug to try to figure it out on my own, but can’t figure it out. I even tried renaming the s1 to s2, s3, s4, s5, etc in the custom css, but that didn’t seem to help those blocks.
September 18, 2017 at 9:17 pm #8313Raja CRN
KeymasterJust increase the height 290 to 310. You don’t need include any css. We’ve included the code all blocks you used in the site.
Thanks
September 18, 2017 at 9:23 pm #8314Alicia
MemberThat didn’t fix the other blocks. They are still stretched out. The only row it fixed is the bottom row about pets – which uses home blocks 3. You can see it here:
https://www.TaylorLife.comThe recipes section and the health section are both stretched out.
-
AuthorPosts
Only Verified Customer of this Theme Can post reply to this Support Topic! .
