Add a custom class in thumbnail image

  • Posts: 441
  • Thank you received: 24
11 years 7 months ago #138933

I would like to add a class to img in thumbnails
But i cant find thr code. I lookes in image php in administrator
But i could not find it

Please Log in or Create an account to join the conversation.

  • Posts: 84242
  • Thank you received: 13686
  • MODERATOR
11 years 7 months ago #138941

On which page ?

Please Log in or Create an account to join the conversation.

  • Posts: 441
  • Thank you received: 24
11 years 7 months ago #138942

In product display in listing img title

Please Log in or Create an account to join the conversation.

  • Posts: 84242
  • Thank you received: 13686
  • MODERATOR
11 years 7 months ago #138969

You can change the line:

echo $this->image->display(@$this->row->file_path,false,$this->escape($this->row->file_name), '' , '' , $this->image->main_thumbnail_x,  $this->image->main_thumbnail_y);
to:
echo $this->image->display(@$this->row->file_path,false,$this->escape($this->row->file_name), 'class="my_css_class"' , '' , $this->image->main_thumbnail_x,  $this->image->main_thumbnail_y);

Please Log in or Create an account to join the conversation.

Time to create page: 0.061 seconds
Powered by Kunena Forum