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.

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #2048

    Anita Pratljačić
    Participant

    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!

    #2049

    marsian
    Keymaster

    The 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?

    #2116

    Anita Pratljačić
    Participant

    Yes, 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?

    #2117

    Anita Pratljačić
    Participant

    I 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.

    #2118

    Anita Pratljačić
    Participant

    I 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.

Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.