• Montage 234

    Comment agrandir une image, en plein écran, au survol.

    Il faut écrire, dans l'éditeur html (code source <>) quelque chose comme ça:

    <p><img id="alth" src="http://ekladata.com/va_H9l-f-Rwgd6vOyQUkrq36lQc.jpg"></p>
    <style><!--
    #alth{width:800px; height:450px; transition:all 1s linear;}
    #alth:hover{position:absolute; left:0%; width:100vw; height:56.25vw;}
    --></style>

    ce qui donne...