The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> Working with images, Help with image placement and functions
Jesse Techno
post Jan 23 2013, 05:22 PM
Post #1





Group: Members
Posts: 4
Joined: 23-January 13
Member No.: 18,514



I have a blog I built and I am inserting an image into an image holder. BUT! The image is smashed. I need the area of viability to always stay the same but the image to stay normal (even if some of the image goes out of view if it goes beyond the edge).
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Jan 23 2013, 05:46 PM
Post #2


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,730
Joined: 9-August 06
Member No.: 6



Smashed? Can you link to a page that shows the problem?
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Jesse Techno
post Jan 23 2013, 06:30 PM
Post #3





Group: Members
Posts: 4
Joined: 23-January 13
Member No.: 18,514



As you can see on the "New Truck Grant" post the image is smashed because it is restricted to that size. I need the picture to look normal (even if it gets cut off) inside that sized frame!

http://ufire.sabinalcanyon.org/blog.php
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Jan 23 2013, 06:49 PM
Post #4


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,730
Joined: 9-August 06
Member No.: 6



What about resizing and cropping the images to the size and proportions the blog software seems to be configured to use before you upload them?
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Jesse Techno
post Jan 23 2013, 06:53 PM
Post #5





Group: Members
Posts: 4
Joined: 23-January 13
Member No.: 18,514



I need it to do what I just said because the people using it cant do it themselves and I am not that advanced. sad.gif
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Jan 23 2013, 07:06 PM
Post #6


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,730
Joined: 9-August 06
Member No.: 6



Then you need to make adequate changes to the template I suppose the blog software uses. All the images at the top of posts are resized to the same size in the HTML.

CODE
<a href="post.php?id=12"><img src="http://media1.sabinalcanyon.org/utopiafire/files/News/IMG_5673.jpg" alt="" width="703" height="214" />


Since that image is 1000 x 540 pixels not only will it add unnessacary load by being larger than will be used, but it will inevitably get distorted if it doesn't have exactly the same proportions as it's given in the HTML.

703/214 = 3.28504673
1000/540 = 1.85185185

If you must resize images this way, which is bad, try to change the template so the only the width is forced. Then browsers will scale the image with the correct aspect ratio. They won't all be the same height, but they will be the same width and they won't be distorted. Best I can think of and as good as it gets, I think.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Jesse Techno
post Jan 23 2013, 10:01 PM
Post #7





Group: Members
Posts: 4
Joined: 23-January 13
Member No.: 18,514



I wrote the blog software so its sketchy at best... BUT! I like the idea of only restriction the one size direction. I will try that but its not really what I was looking for. I cant resize the pictures because they appear in about 4 different places all with different sizes.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Jan 23 2013, 10:22 PM
Post #8


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,730
Joined: 9-August 06
Member No.: 6



I don't think I understand what you are looking for. You won't find a way to make an image that has been warped out of shape to look good in that condition...
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Smith Paul
post Feb 21 2013, 05:32 AM
Post #9





Group: Members
Posts: 5
Joined: 16-February 13
Member No.: 18,669



I do agree with you pendy..dear just chekout pixel before entering the size of the frame..and tell me .
Is their any specification regarding image size. good for you to resize image carefully or use any image editor.jusst cut and paste that will be good for you..
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Frederiek
post Feb 21 2013, 06:22 AM
Post #10


Programming Fanatic
********

Group: Members
Posts: 5,146
Joined: 23-August 06
From: Europe
Member No.: 9



Setting the width OR the height to auto, the image will scale in respect to its aspect ratio.
Then, if you keep the height, the width will be 396px, smaller than the width if that column. If you keep the width, the height will be 380px, higher than before, but straight.

Though, as said before, it's not really the way to go.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 25th April 2024 - 10:20 AM