Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #495912

    Hi,
    I read that in wordpress, you have to change the format of the featured image from featured to full in themes index file, in order display an animated gif for featured image.

    Do you know which file to modify exactly ? and where ?

    Thanks

    #495980

    Hi serge esteves!

    You can set the size on line 43 in the /enfold/includes/loop-index.php file.

    $size = strpos($blog_style, 'big') ? (strpos($current_post['post_layout'], 'sidebar') !== false) ? 'entry_with_sidebar' : 'entry_without_sidebar' : 'square';
    

    And line 97 for the single post view.

    $link = avia_image_by_id(get_post_thumbnail_id(), 'large', 'url');
    

    Setting it to “full” should display the full image not resized.

    Best regards,
    Elliott

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.