Hello
I tryed to edit a template for Index-Images. But they are not shown on the page...only some time 1 picture and the rest is error! Can you tell me where the mistake is
Picture Error!
This was answered via email; but in case another user is looking to modify that template by adding images here is the answer. At the top of the template file there is a line that reads:
This line tells the program not to export the images as they will be exported by the details page. You can remove that line to export the images, but you then end up with a larger website as you will have two images folders. it's best to reference the images that will be exported by the details with:
<img src="details/[Key:CoverImageURL]" />
Code: Select all
<meta name="image-export" content="no" />
<img src="details/[Key:CoverImageURL]" />