Skip to content

Commit

Permalink
dist
Browse files Browse the repository at this point in the history
  • Loading branch information
jcvignoli committed Mar 14, 2024
1 parent 5106e74 commit 9f2440c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ protected function lumiere_link_picture_abstract (
. esc_html__( 'Photo of', 'lumiere-movies' ) . ' '
. esc_attr( $movie_title ) . '" width="' . intval( $this->imdb_admin_values['imdbcoversizewidth'] ) . '" />';

// set to 100px width if "Display only thumbnail" is active
// set to 100px width if "Display only thumbnail" is active
} elseif ( $this->imdb_admin_values['imdbcoversize'] === '1' ) {
$output .= ' class="' . $specific_img_class . '" src="' . esc_url( $photo_url_final_img ) . '" alt="'
. esc_html__( 'Photo of', 'lumiere-movies' ) . ' '
Expand Down

0 comments on commit 9f2440c

Please sign in to comment.