CSS ile yapsan olmuyor mu? Neden içine width="***" height="***" eklemek istiyorsun?
<img src="<?php echo esc_url( get_theme_mod( 'dmtheme_logo' ) ); ?>" alt="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>"
class="logotest">
.logotest {
width: XXpx;
height: XXpx ;
}