Team images not responsive
-
The code that inserts team images on the home page section is missing srcset/sizes attributes to make them responsive:
echo '<img class="img" src="' . esc_url( $image ) . '" '; if ( ! empty( $alt_image ) ) { echo ' alt="' . esc_attr( $alt_image ) . '" '; } if ( ! empty( $title ) ) { echo ' title="' . esc_attr( $title ) . '" '; } echo '/>';
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Team images not responsive’ is closed to new replies.