ignored_image_formats ignored
-
Hello Stefan
I try to use ignored_image_formats for GIF format.
Unfortunately it does not ignore the GIF files.
This is my code:$rwp_attributes = array( 'sizes' => array( 'image-xs', 'image-sm', 'image-md', 'image-lg', 'image-xlg', 'image-lg@2x' ), 'attributes' => array( 'class' => 'lazyload img-responsive', 'data-sizes' => 'auto', 'data-parent-fit' => 'cover', 'sizes' => '(min-width: 2000px) 2000px, (min-width: 1540px) 1540px, (min-width: 1000px) 1000px, (min-width: 770px) 770px, (min-width: 321px) 500px, 385px' ), 'ignored_image_formats' => array( 'gif' ) ); echo rwp_img( $thumbnail_id, $rwp_attributes );
Am I missing something?
Thanks,
Aldo
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘ignored_image_formats ignored’ is closed to new replies.