'ignore the selected size for featured image
I set a size using the code below :
add_image_size( '350x350', 350, 350, false );
then in the elementor widget, I selected the featured image and the image size of this size :
but what is strange to me is that after a while the featured image size is displayed correctly, the selected featured image size is ignored and the original size is displayed.
what is the cause of this problem?
Solution 1:[1]
Make sure you don't have anything else changing the size in any other place.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | fier |