fallbackimgsrc
Type: string
Default: ''
Context: prediction
About this parameter
If there is no image for the article, this image is displayed.
Usage examples
<div class="rek-prediction" data-fallbackimgsrc="https://logo.png"></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"
></div>