Tagged: x
-
AuthorPosts
-
March 21, 2017 at 5:19 am #1414745
Hello,
I have scoured the Knowledge base and found quiet a bunch of articles on the topic, but none of the answers solved my issue completely. I am trying to resize the featured image for the blog index page to 350X800. I have managed to resize the container it seems with these lines of custom css
.wpb_single_image img{
height: 350px;
width: 800px;
}however, it now pulls in the 150X150 Thumbnail and resizes it to fit the space, which looks crappy of course.
http://272.9b9.myftpupload.com/online-marketing-blog/
If you would throw me the missing lines to show the image in its original size i need to drop in to make this work, would be much appreciated
Regards
StefanMarch 21, 2017 at 11:03 am #1415132Hey Stefan,
X does not use 150×150 image size for the featured image. Looks like you have customized this bit. Please remove all customization then check again. If you don’t have customizations, please check if you’re using Jetpack Photon. If so, please disable it.
Thanks.
March 22, 2017 at 9:55 am #1416291Hello Christian,
thank you for the quick answer, it pointed me the right way. The page is build with the visual composer Post Masonry Grid. This seems more of an issue of the page loading the wrong sized image. I just cant figure out where i set which image size to load.
I have checked the cornerstone features and i cant even get close to where i want it to be with CS, so thats not an option.
Would this even still be css?
Regards
StefanMarch 22, 2017 at 1:47 pm #1416612Hi Stefan,
Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:
– Link to your site
– WordPress Admin username / password
– FTP credentialsDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
March 22, 2017 at 2:54 pm #1416710This reply has been marked as private.March 23, 2017 at 1:07 am #1417256Hello There,
Thanks for updating in! The issue is not about the image size. It is about how you have set the image displayed with your Post Masonry grid element. Simply edit your page and check your Post Masonry Grid settings. Try to change the Grid element template is needed.
Hope this helps.
-
AuthorPosts