Okay
  Public Ticket #1087183
Increase mage resolution in Blog
Closed

Comments

  •  2
    mmmkbastida started the conversation

    Hi,

    I have not figured out if there is an easy way to force Wordpress to show higher resolution "featured photos" in the blog. When choosing a one column layout the miniature photo is low resolution.

    Can I make the featured photos in the blog higher resolution easily?

    Thanks.

  •  1,558
    Laborator replied

    Hi there,

    If you set the blog columns to 1 column per row, it will take the large image format which is generated automatically by WordPress, to change it and get the original image size paste the following code to your functions.php file:

    add_filter( 'kalium_blog_thumbnail_size', laborator_immediate_return_fn( 'original' ), 100 );

    If you don't know how to add a code to your functions.php file, then please follow the instructions on this article.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group