spooke2k Posted July 16, 2007 Share Posted July 16, 2007 I have high res pics on my site and i want to display them as Large thumbnails. I dont want to have to create smaller pictures of the same thing and host them as well, is there anyway i can set a default image size and call in large pictures to autoformat to that default size . Ultimaterly making all image loading into a 200x200 table cell etc Spooke2k Thanks Link to comment https://forums.phpfreaks.com/topic/60204-solved-quick-question/ Share on other sites More sharing options...
ToonMariner Posted July 16, 2007 Share Posted July 16, 2007 why not creat the thumbs too - that way they are cahced for the next tim ethey are called? you could simply change the width and height attributes of the img tag (but that is nasty) if you really don't want to make the tumbnails. Link to comment https://forums.phpfreaks.com/topic/60204-solved-quick-question/#findComment-299476 Share on other sites More sharing options...
jvrothjr Posted July 16, 2007 Share Posted July 16, 2007 One thats going to kill your bandwidth so smaller thumbnails with help with that. Then link the photo to a hlink so the user can select the photo and see the full imiage <img src='options/getpicture.php?id=".$id."&Thumb=Thumb' Width='100' height='60' target='PHOTO1' onclick=window.open> Link to comment https://forums.phpfreaks.com/topic/60204-solved-quick-question/#findComment-299479 Share on other sites More sharing options...
spooke2k Posted July 16, 2007 Author Share Posted July 16, 2007 to be honest i exspected replies , i just wasnt 100% sure i could resize without those problems anyway now i know thanks ill just use thumbnails. Thanks Link to comment https://forums.phpfreaks.com/topic/60204-solved-quick-question/#findComment-299481 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.