• According to documentation, featured images should load at actual size, but anything I load over 1000px wide is being resized to 1000, and cropped to 288 px height. I’ve tried various css and php solutions in a child theme but haven’t found where this is coming from or how to prevent it from happening. Any help with this would be much appreciated.

    test site is at http://www.framinghamhistorycenter.org/wp2015/

Viewing 1 replies (of 1 total)
  • Theme Author Silkalns

    (@silkalns)

    Slider images are not resized but featured images are resized.

    This is the code used inside functions.php that resizes featured images:

    add_image_size( 'dazzling-featured', 730, 410, true );

Viewing 1 replies (of 1 total)
  • The topic ‘Dazzling flexslider featured images: how to prevent auto-resizing?’ is closed to new replies.