Skip to content

Commit

Permalink
Update Notice.php
Browse files Browse the repository at this point in the history
  • Loading branch information
shuvo7670 committed Jun 5, 2024
1 parent 75b6575 commit dc05ba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendor/priyomukul/wp-notice/src/Notice.php
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ public function __call( $name, $args ) {

public function get_thumbnail( $image ) {
$output = '<div class="wpnotice-thumbnail-wrapper">';
$output .= '<img style="max-width: 100%;" src="' . esc_url( $image ) . '">';
$output .= '<img style="max-width: 100%; width:45px;" src="' . esc_url( $image ) . '">';
$output .= '</div>';

return wp_kses_post( $output );
Expand Down

0 comments on commit dc05ba6

Please sign in to comment.