CRE Loaded Community

Banner


Board index » Web Design and Development » Development Discussions

All times are UTC - 5 hours




Post new topic Reply to topic  [ 6 posts ] 
Author Message
 Post subject: Image Resize Possible?
PostPosted: Fri Feb 05, 2010 3:57 pm 
Offline
CRE Newbie

Joined: Fri Feb 05, 2010 2:16 pm
Posts: 1
Hi everyone,

I would like to know if this is possible.On my articles i would like to have images that can be expanded via a mouse hover or a click of the mouse.e.g;like on Ebay where you see a small image and you click on it and it expands to show the full size!Is this possible? is this hard to achieve? can this be done via the editor.
Thanks for any and all answers....

_________________
Columbia Heights DC Homes For Sale


Top
 Profile  
 
 Post subject: Re: Image Resize Possible?
PostPosted: Sat Feb 06, 2010 8:28 am 
Offline
CRE Talented
User avatar

Joined: Sat Apr 19, 2008 3:51 am
Posts: 431
Location: Tennessee
Do they work? You will have to try and find out!

This opens the picture in a "fresh" browser window)

Code:
<a href="imagefilename.jpg"><img src="imagefilename.jpg" height="100" width="100"></a>


there are many other ways to accomplish this as well.

code:
Code:
<a href="large.jpg" target="_blank"><img src="thumb.jpg"></a>

Thumbnails can be whatever size you want. normally 100 pixels square and uses 2 images a large and thumb

Hi, this simple one line script changes the image size and source on your thumbnail
picture without reloading the page or using popups, just paste this code into the BODY section of your HTML document:

Code:
<img src="yourimage.jpg" width="150" height="200" onclick="this.src='yourimage.jpg';this.height=400;this.width=300" ondblclick="this.src='yourimage.jpg';this.height=200;this.width=150">


HINT!!

http://www.google.com


search
Code:
html click image to  enlarge

_________________
Image
http://www.dragonstailmotorsports.com/


Top
 Profile  
 
 Post subject: Re: Image Resize Possible?
PostPosted: Sat Feb 06, 2010 8:42 am 
Offline
CRE Talented

Joined: Sun Nov 29, 2009 10:57 am
Posts: 348
jessekaye wrote:
Hi everyone,

I would like to know if this is possible.On my articles i would like to have images that can be expanded via a mouse hover or a click of the mouse.e.g;like on Ebay where you see a small image and you click on it and it expands to show the full size!Is this possible? is this hard to achieve? can this be done via the editor.
Thanks for any and all answers....


Very easy to achieve, if you have modest programming skills..

Take a look at this, its very easy to install and the effect is good.

http://www.mind-projects.it/projects/jqzoom/demos.php#demo2

Note! the problem with using this type of image effect is you need at least two images that are the same, but one small and one large..
eg. thumbnail image.. 80 x 80
Large image... 1024 x 768
Those figures are not accurate, but explains the sizing.

_________________
CSS Store - http://mdjl40.mdjl-demo.co.uk -Work in Progress
YMM Filter Lists - http://mdjl-demo.co.uk/6-4-1a -Pagnation/Filter Lists


Top
 Profile  
 
 Post subject: Re: Image Resize Possible?
PostPosted: Sat Feb 06, 2010 11:51 am 
Offline
CRE Talented
User avatar

Joined: Sat Apr 19, 2008 3:51 am
Posts: 431
Location: Tennessee
There are quite a few ways to accomplish this but I feel the best place to start is by using GOOGLE and searching. What we have shown is but a few ways that are easily located and there are many other ways to accomplish the same thing.

_________________
Image
http://www.dragonstailmotorsports.com/


Top
 Profile  
 
 Post subject: Re: Image Resize Possible?
PostPosted: Sat Feb 06, 2010 2:57 pm 
Offline
CRE Talented

Joined: Sun Nov 29, 2009 10:57 am
Posts: 348
drm1963 wrote:

HINT!!

http://www.google.com


search
Code:
html click image to  enlarge


drm1963 wrote:
There are quite a few ways to accomplish this but I feel the best place to start is by using GOOGLE and searching. What we have shown is but a few ways that are easily located and there are many other ways to accomplish the same thing.



Whats the point of having a forum, if all they need to do is search GOOGLE.

I actually, dont agree with you!
The best place to start is in such a forum as this, get advice and idea's.. then go search .

If jessekaye hasn't the programming knowledge to accomplish what he/she wants, what does he/she do after searching the internet.. GOOGLE for a freelancer?

Hopefully not and he/she returns here for more advice.. or better still..
Here http://forums.oscommerce.com/ or here http://www.oscmax.com/forums/

Regards

_________________
CSS Store - http://mdjl40.mdjl-demo.co.uk -Work in Progress
YMM Filter Lists - http://mdjl-demo.co.uk/6-4-1a -Pagnation/Filter Lists


Top
 Profile  
 
 Post subject: Re: Image Resize Possible?
PostPosted: Tue Feb 09, 2010 2:43 pm 
Offline
CRE Newbie

Joined: Tue Feb 09, 2010 2:12 pm
Posts: 1
TheLango wrote:
jessekaye wrote:
Hi everyone,

I would like to know if this is possible.On my articles i would like to have images that can be expanded via a mouse hover or a click of the mouse.e.g;like on Ebay where you see a small image and you click on it and it expands to show the full size!Is this possible? is this hard to achieve? can this be done via the editor.
Thanks for any and all answers....


Very easy to achieve, if you have modest programming skills..

Take a look at this, its very easy to install and the effect is good.

http://www.mind-projects.it/projects/jqzoom/demos.php#demo2

Note! the problem with using this type of image effect is you need at least two images that are the same, but one small and one large..
eg. thumbnail image.. 80 x 80
Large image... 1024 x 768
Those figures are not accurate, but explains the sizing.


This is something which for me was impossible to do. Will try out this method now. Thanks for the information.

_________________
Atlanta defense attorney


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 6 posts ] 

Board index » Web Design and Development » Development Discussions

All times are UTC - 5 hours


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
It is currently Wed Feb 08, 2012 7:41 am
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group

Login

Top Listing

1. Cart2Cart - Shopping...
    Category: Shopping Cart Database Conversion Scripts
    
2. Points & Rewards PLUS!...
    Category: Add-Ons
    
3. Configuration Server...
    Category: Fixes
    
4. Credit Card with CCV
    Category: Payment Modules
    
5. CC7333_ATS
    Category: Templates
    
Show more...

Follow Us on Twitter

An error occurred

Oops, an error seems to have occurred. We're sorry for any inconvenience this might have caused. If the error persists, feel free to tell us about it.

CRE Loaded Community Chat hosted by CRE Loaded.

Join now


Chat about what's on your mind. More about public chats.


© CRE Loaded is a product of Chain Reaction Ecommerce, Inc. Usage & Privacy Policy