65 Posts
raz
8 years ago
4
Topic

Hi
In the search form,I have image filed,
when I click on the thumbnail of image, it opens in modal box,
I'd like when I click on it, it open the download diolog like file type fields,
or it open in new window,
Because images have a large file size and it takes time to open in modal box, maybe users don't wait for it.

Thanks

Get a VIP membership
572 Posts
_jrmo
8 years ago
0
Level 1

Hi Raz,

First, don't use the Image Typography - then it wont open in a lightbox. Instead, you have 2 options.

  • Use this Download Link Plugin and apply it to your image which will make it a download link
  • You can use the HTML Typography (instead of image typography) and in the options put <img src="/*value*" />

Cheers,

James

65 Posts
raz
8 years ago
0
Level 1

Hi

It works, but it show the original size of image in the search view , that is very big and then when click on it we can download it

I set dispaky as default on thumbnail1, but it doesn't change any thing

65 Posts
raz
8 years ago
1
Level 1

In option one we must set typography on image;

In option two this setting doesn't work.

572 Posts
_jrmo
8 years ago
0
Level 2

Hi Raz,

You can replace *value* with *thumb1* or *thumb2* or *thumb3*... whatever you need!

<img src="/*thumb1*" />

This will render the thumb1 image.

I hope this helps.

James

Get a VIP membership