functions.php
function img_responsive($content){
return str_replace('<img class="','<img class="img-fluid ',$content);
}
add_filter('the_content','img_responsive');Bu da yeterli olur, ek css gerek yok. Bootstrap'ın kendi responsive image kodu var.
https://getbootstrap.com/docs/4.4/co...ponsive-images