Is there a way that I can do it myself as the plugins uses they own theme but I’ve an image file that I want to put up
underConstruction is one of my favorite plugins for this. It also has an option to code anything you’d like for your under construction placeholder.
http://wordpress.org/extend/plugins/underconstruction/
I’ve checked out underConstruction and it has a option for me to use an image with HTML code, should I use underConstruction plugin or create my own .HTML and upload it via FTP?
The image resolution is 1400×1000, I want the image to be fullscreen to everyone that visits and see the under construction image, how do I do that for people that has screen resolution higher than 1400×1000?
Should I smush.it plugin to optimize the image or is there a better plugin?
http://wordpress.org/extend/plugins/wp-smushit/
Can someone help me please
If you wanna be a baller, create a site down page however you want and then edit your .htaccess file to only allow your ip to see the site otherwise forward people to the site down page.
If that’s too much, just use a plugin man.
I’ll be using the plugin underConstruction but my concern is that the image file is 1400×1000, what if someones screen resolution is higher than 1400×1000, will it show blank spaces?
Screen resolution is not the same as image size.
How do I make an image file that fits everyones screen resolution?
<img width=”100%” src=whatever>
No height required? Just width?
No man it’ll figure it out, it’s not going to look good though because the browser’s are all going to render differently and it’s going to stretch out whatever image you give it.
I really wouldn’t worry too much about covering up the entire screen, just put a white background in or something.
This is the code to display the image,
<img src=”http://your image location”>
What is the code so the image won’t repeat?