Question: I have no thumbs. Only the gray dummy-picture is shown. What can I do?
Answer: We don’t generate thumbnails for JS version. We display only original images for non-wp sites.
You can use XPath in ‘Advanced Settings’ under ‘Crawler Tab’ on the Setup page.
Question: The thumbs show up. But the format of my pictures is not square but 16/9. So I’d like to change the display by inserting css in setup general:
img { width: 71px !important; }
This does not work. Could you suggest a solution?
Answer:
Please try this code.
For autocomplete images:
body ._siq_main_searchbox .siq_resultLeft.has-image img { width: 71px !important; }
for search result page images:
#siq_search_results .search-results-L img { width: 71px !important;}