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

    Hey guys,

    The images on my blog index page are not displaying the featured image in full.

    How can I make sure that the entire featured image is displayed?

    Should I change the dimensions of the images I am uploading, or can I change something in css?

    Here is the page:
    http://ownthedancefloor.com/videos/

    Currently the featured images are getting cut off.

    Thank you so much!

    #607442

    Hi kgbrooklyn!

    Thank you for using Enfold.

    The maximum size of the images in the masonry items is set to 705x705px. And you have to consider the actual width of the masonry columns. You can find the thumbnail size script in the functions.php file:

    $avia_config['imgSize']['masonry'] 		 		= array('width'=>705, 'height'=>705 , 'crop' => false);		// images for fullscreen masonry
    

    The following plugin can help you adjust the thumbnails in the Settings > Media panel. https://wordpress.org/plugins/simple-image-sizes/

    Regards,
    Ismael

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