Web.QHMIT
.com
Toggle navigation
☰
Home
HTML
CSS
Scripting
Database
Run
<!DOCTYPE html> <title>My Example</title> <style> .scaled { transform: scaleY(2); } </style> <img src="/pix/samples/9s.jpg" alt="Sample image"> <img class="scaled" src="/pix/samples/9s.jpg" alt="Sample image"> <p>Some sample text to demonstrate how the resized image fits into the page after the scaling operation.</p>
Preview