ehm makers of this patch dont know? amazing…
You can resize it using the CSS mate. Try it.
You can resize it using the CSS mate. Try it.
img.home_logo {
width: 20px;
height: auto;
}
img.away_logo {
width: 20px;
height: auto;
}
Try this mate
doesnt work for me :/ it must be in some php file… best way now is delete them from results
Go to match.php and put a style to resize the image.
<p class="score">
<span class="home_logo"><img src="<?php echo $match->homeLogo ?>" alt="" /></span>
<?php echo $match->score ?>
<span class="away_logo"><img src="<?php echo $match->awayLogo ?>" alt="" /></span>
</p>
That’s it.
and how to delete them from results? please?
Plugin Author
K
(@koelle)
You can hide them in the widget using CSS
.leaguemanager_widget_content .logos img {
display: none;
}
truly deleting the html code would require some code hacking in the file lib/widget.php, which I don’t recommend.
Plugin Author
K
(@koelle)
you can also use this css to resize the logos