by admin | Dic 29, 2022 | Sin categoría
Copia y pega esta función de PHP en Code Snippets para no recortar las imágenes del módulo blog de Divi // Begin stop cropping featured image in Divi Blog Module function ld_blog_crop_image_width($width) { return 9999; } function ld_blog_crop_image_height($height) {...