hideimage

Type: boolean
Default: true
Context: prediction

About this parameter

Make sure that the image is not rendered in the function that writes content.

Usage examples

<div class="rek-prediction" data-hideimage="false"></div>

Example on how to use it for news recommendations:

<div class="rek-prediction"
  data-renderstyle="advanced"
  data-cols="3"
  data-fallbackimgsrc="https://logo.png"
  data-headerfontclass="normal"
  data-headerheadinglevel="1"
  data-headerid="my-id"
  data-headertext="Recommended reading"
  data-hideimage="false"
 ></div>