You can put all your large images into the head of your document in
<link> declarations:

<link type="image/jpeg" href="http://domain/images/large/1.jpg";>
<link type="image/jpeg" href="http://domain/images/large/2.jpg";>
<link type="image/jpeg" href="http://domain/images/large/3.jpg";>

Then extract the href from the link when you need to insert a new img
into the page. If you need more info, just append it in the query
string:

<link type="image/jpeg" rel="large" href="http://domain/images/large/
1.jpg?width=100&height=200&alt=Image+1">

--~--~---------~--~----~------------~-------~--~----~
NZ PHP Users Group: http://groups.google.com/group/nzphpug
To post, send email to [email protected]
To unsubscribe, send email to
[email protected]
-~----------~----~----~----~------~----~------~--~---

Reply via email to