Added Image Size not Working in Internet Explorer
-
Hi zviryatko
Thanks again for this great plug. You rock man!
I used your code to add an additional size to the plugin:
add_filter( 'menu_image_default_sizes', function($sizes){ $sizes['menu-55x55'] = array(55,55); return $sizes; });
When this new 55×55 size is selected it works great in Chrome, but IE (11) is just ignoring it and viewing the image original size -> https://tiny.cc/8v2kdy
Perhaps the add_filter is incomplete? Or is it a bug? Can you tell how to fix this?
Keep rockin’.
Kind regards
Erik Molenaar
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Added Image Size not Working in Internet Explorer’ is closed to new replies.