I see there's an option to display only the thumbnail or both the thumbnail and the video in teaser view. But there is no option to hide the thumbnail in full node view. Seems kind of backwards, if you ask me.

Comments

MaffooClock’s picture

For now, one can just comment out lines 556 through 559 in kaltura/plugins/node_kaltura_entry/node_kaltura_entry.module

556   $node->content['kaltura_thumbnail_url'] = array(
557     '#value' => theme('node_kaltura_entry_thumbnail_url', $node, $teaser),
558     '#weight' => 0,
559   );