Version bien mieux du redimensionnement des images
This commit is contained in:
parent
2bae32a105
commit
e0544a42e8
1 changed files with 6 additions and 2 deletions
|
@ -32,6 +32,10 @@
|
|||
font-weight: 700;
|
||||
color: #5a5a5a;
|
||||
}
|
||||
|
||||
img{
|
||||
max-width: 100%;
|
||||
}
|
||||
</style>
|
||||
<meta charset="utf8" />
|
||||
</head>
|
||||
|
@ -75,7 +79,7 @@
|
|||
<script>
|
||||
// Correction de la taille des images
|
||||
|
||||
$(document).ready(function() {
|
||||
/*$(document).ready(function() {
|
||||
$(".descTable").each(function() {
|
||||
$(this).width($("body").width());
|
||||
});
|
||||
|
@ -101,7 +105,7 @@
|
|||
$(this).height(origHeight);
|
||||
}
|
||||
});
|
||||
});
|
||||
});*/
|
||||
|
||||
|
||||
</script>
|
||||
|
|
Loading…
Reference in a new issue