site width

Status
Not open for further replies.

tundesline

Registered Member
Joined
May 20, 2012
Messages
89
Reaction score
9
hi fellow bhws, my site always increase width any time i upload a big width photo on my site, sometimes it can be bigger than the pcs screen i dont want it to be like that please how can i make it be stable. you can check the site here humouroffice . info
 
just resize the pics with photoshop or with html code
 
no i upload the pictures automatically i dont do it myself, its auto scraped , and then uploaded automatically, so i cant resize it
 
just resize the pics w̶i̶t̶h̶ ̶p̶h̶o̶t̶o̶s̶h̶o̶p̶ ̶o̶r̶ with html code
 
Please i use wordpress, how can i do it with html code
 
Ok, but i want to mass resize, i need something like a script, it will rezise any uploaded picture to a specific size. Or any photo wont be bigger than the theme.
 
Can't you find some theme that have timthumb.php included ? Almost every theme has it, what you are using ? OR find a coder to make some solution since is so important.
 
Ok, but i want to mass resize, i need something like a script, it will rezise any uploaded picture to a specific size. Or any photo wont be bigger than the theme.

As far as I see from your answers, you never like searching. People are trying to help you and you always come with new questions which can be easily found on web.

My advice to you, take some responsibility. BTW, I will spoon feed you. Download irfanview. Don't ask

- what is irfanview
- where will I download
- how will I download
- will it bite me?
- how will I learn it?
- what happens if I don't download? Will I be busted?

c'mon OP...
 
Thanks much edgematch, i really don't want to ask new questions everytime one is answered, mY answer has not really been answerD, what i mean is i want the image to fit with my theme anytime its posted as i use a plugin to automatically upload pictures i don't do it manually.
 
You have been given the answers , you can simply use html/css and images will be auto resized to whatever you want.

Thanks much edgematch, i really don't want to ask new questions everytime one is answered, mY answer has not really been answerD, what i mean is i want the image to fit with my theme anytime its posted as i use a plugin to automatically upload pictures i don't do it manually.
 
attachment.php
 

Attachments

  • eb6.jpg
    eb6.jpg
    55.2 KB · Views: 41
lolz guys definatly i know am ignorant... can someone please spoonfeed me? just once
 
hi fellow bhws, my site always increase width any time i upload a big width photo on my site, sometimes it can be bigger than the pcs screen i dont want it to be like that please how can i make it be stable. you can check the site here humouroffice . info


add this css code inside your CSS file and save it:

.entry {
width: 500px;
height: auto;
overflow: auto;
}
.entry img{
width: 500px;
vertical-align: middle;
}

it should fix your problem, also if needed change the width according to your needs. Enjoy!
 
Status
Not open for further replies.
Back
Top