Hi,
Unable to set the css class for the html fly file images.I tried the domclass option like below but not working.
<?php echo JDom::_('html.fly.file', array(
'attrs' => array('fit','format:png'),
'dataKey' => 'image',
'dataObject' => $row,
'height' => 24,
'indirect' => true,
'root' => '[DIR_MAKERS_IMAGE]',
'route' => array('view' => 'maker','layout' => 'maker','cid[]' => $row->id),
'target' => '_parent',
'width' => 24,
'domClass' => 'thumbnail'
));?>
Regards
Vivek