html - how to make image scale automatic to screen -


i'm making webpage wordpress think need maintenance page during design. beginner make under construction page photoshop. posted image big. image size 1920*1028 , use "simplest" theme. want no x-scroll, 1 page image @ 1 time. there ways do? pleas let me know.

<html lang="ko-kr"><head>         <meta charset="utf-8">         <link rel="profile" href="http://gmpg.org/xfn/11">         <link rel="stylesheet" type="text/css" media="all" href="http://graphicnet.kr/wp-content/themes/simplest-child/style.css">         <link rel="pingback" href="http://graphicnet.kr/xmlrpc.php">         <title></title>         <link rel="alternate" type="application/rss+xml" title=" » 피드" href="http://graphicnet.kr/?feed=rss2">         <link rel="alternate" type="application/rss+xml" title=" » 댓글 피드" href="http://graphicnet.kr/?feed=comments-rss2">         <link rel="edituri" type="application/rsd+xml" title="rsd" href="http://graphicnet.kr/xmlrpc.php?rsd">         <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://graphicnet.kr/wp-includes/wlwmanifest.xml">          <meta name="generator" content="wordpress 3.8.1">     </head>     <body class="blog logged-in">         <div id="container">             <div id="header">             </div><!-- header -->             <div id="content">                 <div class="post-113 post type-post status-publish format-standard hentry category-uncategorized">                     <h2><a href="http://graphicnet.kr/?p=113"></a></h2>                     <p><img class="aligncenter size-full wp-image-112" alt="underconstruction" src="http://graphicnet.kr/wp-content/uploads/underconstruction.jpg" width="1920" height="1080"></p>                     <div class="clear"> </div>                 </div><!-- post_class() -->                 <div class="left"></div>                 <div class="right"></div>                 <div class="clear"> </div>             </div><!-- content -->         </div><!-- container -->     </body> </html> 

you alternatively use plugin has "maintenance mode". i'm not going drop names place start logging site , going "plugin" area on right. there search "maintenance mode" , several plugins show up! goodluck :) here link started here >>


Comments

Popular posts from this blog

c# - How to get the current UAC mode -

postgresql - Lazarus + Postgres: incomplete startup packet -

javascript - Ajax jqXHR.status==0 fix error -