Hello, Is there any way to display images with their own proportions (exceding the height parameters)?
I tried to add this line at the end of the functions.php file:
add_filter( "fluida_featured_srcset", __return_false );
but nothing changed
I’ve got images of different sizes, some horizontal, and some vertical, with titles on them and they went cutted off. I would like them to be displayed in full.
Thanks