resizing images

This is a discussion on "resizing images" within the JavaScript Forum section. This forum, and the thread "resizing images are both part of the Program Your Website category.



Go Back   Webforumz.com > Main Forums > Program Your Website > JavaScript Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Feb 28th, 2008, 21:35
New Member
Join Date: Feb 2008
Location: Moldova
Age: 28
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
resizing images

hi, i'm creating a site, something like a forum, and i need something like this: i saw it on the IPB forums -> when the page with the selected thread is running, if a picture size - width or height is larger than.... i don't know... 600px, it's resized to 600px, can this be done with javascript?

i know how to do this with all the images on the site, but i don't know how to put this... if section... please someone help me...
Reply With Quote

  #2 (permalink)  
Old Feb 29th, 2008, 16:44
New Member
Join Date: Feb 2008
Location: Boulder
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Re: resizing images

Look into an element selector method that is available in libraries like jQuery, MooTools, Prototoype. You can then retrieve images on within certain areas of the page:

$(".postContainer img") -> will return an array with all images inside posts.
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
need help resizing images philhxc PHP Forum 2 Jul 16th, 2007 04:08
resizing.... jjgamepro17 Web Page Design 3 Apr 18th, 2007 20:22
Resizing Pictures Accurax Web Page Design 9 Dec 14th, 2006 18:05
Resizing (in pixels) danburzo Graphics and 3D 2 Jun 19th, 2005 11:06
resizing images spinal007 JavaScript Forum 8 Sep 30th, 2004 13:17


All times are GMT. The time now is 01:08.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43