Visa ett inlägg
Oläst 2011-04-12, 13:03 #6
WeaZear WeaZear är inte uppkopplad
Mycket flitig postare
 
Reg.datum: May 2008
Inlägg: 689
WeaZear WeaZear är inte uppkopplad
Mycket flitig postare
 
Reg.datum: May 2008
Inlägg: 689
Kod:
<?php
$img = "1.jpg";
list($width, $height, $type, $attr) = getimagesize($img);
echo "<img class='resize' src=\"$img\" $attr />";
?>

<style>
img.resize{
	<?php
	if($width>100){
	echo"width:100px;";
	}
	?>
}
</style>
Med modifikation efter vad du söker kan nog detta funka.
WeaZear är inte uppkopplad   Svara med citatSvara med citat