Hellp
I wantted to override tmpl so I transfered the files to my template / html folder
But img in tabs are created with a JS code I guess.
<?php echo NewsAjaxtabsHelper::imageTag($img);?>
this codes generates below code in site.
<img style="width: 99px; height: 100px; margin: 6px; float: left;" src="/2/cache/resized/e46c305e993035cb9dfac404cff1a9aa.jpg" alt="">
I want to change style="width: 99px; height: 100px; margin: 6px; float: left;" part.
where can I find those.