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

    Hello,
    I’ve got problem with your theme, Enfold.
    I still have support for item I bought.
    I have single post entry and I cannot change via PHP or anywhere else size of featured image in it:

    I want image to be full width and height, not this ugly crop.
    Please help
    Best regards,
    Roman

    #1307756

    Hey rmieniawski,

    Thank you for the inquiry.

    The size of the featured image on post with sidebar is set to 845x321px by default. You can adjust it directly in the functions.php file (line 195).

    $avia_config['imgSize']['entry_with_sidebar'] 	= array('width'=>845, 'height'=>321);	
    

    Or by using the following plugin.

    // https://wordpress.org/plugins/simple-image-sizes/

    Best regards,
    Ismael

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