![]() |
| | #1 |
| Member 註冊日期: 2005-06-04 住址: www
文章: 42
|
VB350-IMG縮圖(點擊查看全圖或用鼠標滾輪放大縮小)
|
| | |
| | #2 |
| Junior Member 註冊日期: 2005-05-16 住址: 無
文章: 17
|
我自己修改了一些搖頭玩的hack 將 <a href="{param}" target="_blank"><img src="{param}" onmousewheel="return bbimg(this);" onload="if(this.width>screen.width-150) {this.width=screen.width-150;this.alt='滾輪縮放,點擊查看原圖';}" onmouseover="if(this.alt) this.style.cursor='hand';" onclick="if(this.alt);" border="0"></a> 改成 <img src="{param}" onmousewheel="return bbimg(this);" onload="if(this.width>screen.width-500) {this.width=screen.width-500;}" onmouseover="if(this.alt) this.style.cursor='hand';" onclick="if(this.alt);" border="0"> 不知有沒有問題.....前題是我現在可以自動裁減圖片, 放大放小, 並且之後可以修改掉那些後綴 |
| | |
| | #3 |
| Junior Member 註冊日期: 2005-05-16 住址: 無
文章: 17
|
看看我的forum 吧..... http://hk-me.com/forum/showthread.php?p=946#post946 請注意~自動縮圖的原理是將整幅圖片load出來後....再自動縮圖 所以請稍作等候~~~ |
| | |
| | #4 | |
| Member 註冊日期: 2005-07-13 住址: ...
文章: 89
| 引用:
不知道有沒有辦法能直接開大圖片? | |
| | |