RomaRozen,
файл
http://kostopil.net/retro/example/Groject.js
заменить
a("body").append("<img class='GrpEffectImg' id='" + k.replace("#", "") + "'/>");
на
a("body").append("<img class='GrpEffectImg' id='" + k.replace("#", "") + "' width='"+i.width()+"' height='"+i.height()+"' />");
css можно, как предложил
laimas,
<style type="text/css">
.TryFlyOut {
width: 100%;
}
.TryFlyOut img{
width: inherit;
height: auto;
}
ul li{
list-style:none;
}
ul{
padding: 0;
}
</style>