Specify image dimensions
-
In GTmetrix I get the following error:
Specify image dimensionsI used to have the following code
style="height:150px; width:300px;"
inserted in the plugin’s functions.php file like this:if ( $image ) : $html .= '<img class="' . esc_attr( $args['thumb_align'] ) . ' rpwe-thumb" src="' . esc_url( $image ) . '" alt="' . esc_attr( get_the_title() ) . '" style="height:150px; width:300px;">';After the recent update, although I added the style as before, I keep getting the error.
What’s the solution? Thanks!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Specify image dimensions’ is closed to new replies.