TemplatesNext › Forums › Free Themes › i-max Support › Problem with pictures
This topic contains 4 replies, has 2 voices, and was last updated by Anita Pratljačić 1 year, 5 months ago.
-
AuthorPosts
-
November 15, 2015 at 2:16 pm #2048
Hello.
I have a problem with pictures on my blog. Address of blog is http://twinstipsandtricks.com/.
Featured image is too big and I don’t know how to make it smaller (there is no option for that). That’s 1st problem. 2nd one is: in blog posts images are too small. When I insert image I choose full size option, but i-max doesn’t allow full size from some reason. Pls, help!November 15, 2015 at 2:26 pm #2049The featured image size on single is by default 1200×480, for custom size you will have to use a child theme.
Looks like you are using a 3rd party plugin for the post list and i guess the image size is being defined in that plugin? how do you want your image to look?
November 25, 2015 at 10:13 pm #2116Yes, I use 3rd party program ’cause TemplatesNext ToolKit stopped working from some reason on my blog.
I don’t have a problem with image size in the list, but in the blog post.
When you open blog post, featured image is huge (bigger than 1200×480). I guess 1200×480 would be fine, but teach me, pls, how to set these dimensions.
Other problem is that image in the post so small. I choose ‘full size’ when I add image to the post, but from some reason it’s not full sized. How to show in my posts full sized images?November 25, 2015 at 10:39 pm #2117I juste changed $large_image_url = wp_get_attachment_image_src( get_post_thumbnail_id(), ‘full’ ); to the $large_image_url = wp_get_attachment_image_src( get_post_thumbnail_id(), array( 1200, 480) ); and I got thumbnail 1200×480 which is ok.
Now, hiow to solve problem with image size in my posts? I want them full sized, but when I chose that option, I don’t get them in full size.November 25, 2015 at 11:09 pm #2118I solved ‘full size’ problem, too.
From some reason in media settings full size was set 1024×1024. I changed these values and everything is ok now,.
I hope this post can help someone. -
AuthorPosts
You must be logged in to reply to this topic.