Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #14092
    Bill Pagonas
    Member

    Hi Sakin,
    I use WepMatico to get posts from other sites with rss. The problem is that when the posts are created the featured image is really small and it looks awful! I try to change the size in the thumbnail and in the functions.php but nothing happened.
    Here is the site:
    http://79.143.177.32/wp/

    Can you help me fix that?
    Thank you in advance.

    #14120
    Sakin
    Keymaster

    @Bill Pagonas: Changing the image in the function will not work as the image you are importing is small size.

    So, you might consider add the css to change the container width.

    .post .post-thumb {
        width: 22%;
    }
    .post .post-article {
        margin-left: 4%;
        width: 74%;
    }
    #14129
    Bill Pagonas
    Member

    Thanks, this looks better. But is there any way to make them bigger? If i use the thumbnail and crop the pictures i’ll have the size that i want but because i want to use rss feed i can’t do that because the articles are too many.
    Thanks again.

    #14131
    Sakin
    Keymaster

    @Bill Pagonas: For that you need to check with the feed to give you the large image.

    #14135
    Bill Pagonas
    Member

    It doesn’t but thank you very much for the guidance.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Big images with rss’ is closed to new replies.