缩略图扩展技术 [英] Thumbnail Expansion Technique

查看:70
本文介绍了缩略图扩展技术的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在我的主页上,我有一张小图片 - 它实际上太小了,而不是
有用。我只是在那里表明看起来有什么东西要看,但是我不知道如何扩展。它可以在

合理的尺寸中看到。到目前为止,这是我的代码:


< img src =" IMG_0492.jpg"宽度= QUOT; 56"高度= QUOT; 70" align =" left"

hspace =" 5" />


当我在资源管理器中点击

文件时,这张图片消耗整个屏幕(它是952KB),我想要同样的如果用户点击它b / b
。我知道有些网站有这种能力,但是我看不出他们的代码如何实现这种效果。我该怎么做呢? TIA

On my main page I have a small picture - it''s actually too small to
be useful. I only have it there to show that there''s something to look
at, but I don''t know how to "expand" it so it can be seen in a
reasonable size. Here''s my code so far:

<img src="IMG_0492.jpg" width="56" height="70" align="left"
hspace="5" />

This picture consumes the whole screen (it''s 952KB) when I click on
the file in Explorer, and I want the same sort of view if the user
clicks on it. I know some sites have this capability, but I can''t see
how their code achieves the effect. How do I do this? TIA

推荐答案

文章< MP *********************** *@news.cox.net>,
mr*****@cox.net (Mike Copeland)写道:
In article <MP************************@news.cox.net>,
mr*****@cox.net (Mike Copeland) wrote:

在我的主页上,我有一张小图片 - 它实际上太小了,而不是
有用。我只是在那里表明看起来有什么东西要看,但是我不知道如何扩展。它可以在

合理的尺寸中看到。到目前为止,这是我的代码:


< img src =" IMG_0492.jpg"宽度= QUOT; 56"高度= QUOT; 70" align =" left"

hspace =" 5" />


当我在资源管理器中点击

文件时,这张图片消耗整个屏幕(它是952KB),我想要同样的如果用户点击它b / b
。我知道有些网站有这种能力,但是我看不出他们的代码如何实现这种效果。我该怎么做呢? TIA
On my main page I have a small picture - it''s actually too small to
be useful. I only have it there to show that there''s something to look
at, but I don''t know how to "expand" it so it can be seen in a
reasonable size. Here''s my code so far:

<img src="IMG_0492.jpg" width="56" height="70" align="left"
hspace="5" />

This picture consumes the whole screen (it''s 952KB) when I click on
the file in Explorer, and I want the same sort of view if the user
clicks on it. I know some sites have this capability, but I can''t see
how their code achieves the effect. How do I do this? TIA



如果你这样做,你冒着让人们下载

几乎MB的风险甚至他们甚至可能不感兴趣填写他们的

屏幕。在任何情况下,谁有这样的备用屏幕空间需要1 MB的图片来填充?


-

dorayme

If you do this, you are running the risk of making people download
nearly a MB when they might even not be interested in filling their
screens. In any case, who has such spare screen space that needs a pic
of 1 MB to fill?

--
dorayme


在我的主页上我有一张小图片 - 它实际上太小了,不到
On my main page I have a small picture - it''s actually too small to

很有用。我只是在那里表明看起来有什么东西要看,但是我不知道如何扩展。它可以在

合理的尺寸中看到。到目前为止,这是我的代码:


< img src =" IMG_0492.jpg"宽度= QUOT; 56"高度= QUOT; 70" align =" left"

hspace =" 5" />


当我在资源管理器中点击

文件时,这张图片消耗整个屏幕(它是952KB),我想要同样的如果用户点击它b / b
。我知道有些网站有这种能力,但是我看不出他们的代码如何实现这种效果。我该怎么做呢? TIA
be useful. I only have it there to show that there''s something to look
at, but I don''t know how to "expand" it so it can be seen in a
reasonable size. Here''s my code so far:

<img src="IMG_0492.jpg" width="56" height="70" align="left"
hspace="5" />

This picture consumes the whole screen (it''s 952KB) when I click on
the file in Explorer, and I want the same sort of view if the user
clicks on it. I know some sites have this capability, but I can''t see
how their code achieves the effect. How do I do this? TIA



如果你这样做,你冒着让人们下载

几乎MB的风险甚至他们甚至可能不感兴趣填写他们的

屏幕。在任何情况下,谁拥有这样的备用屏幕空间需要1 MB的图片来填充?


If you do this, you are running the risk of making people download
nearly a MB when they might even not be interested in filling their
screens. In any case, who has such spare screen space that needs a pic
of 1 MB to fill?



足够公平,但有什么样的妥协可以让我的

用户真的_see_图片?就像现在一样,我不能设置长度

和宽度值足够大以直接显示图片(它需要太多

主页),但我想提供选项,看看

图片足够大,以便从中得到一些意义。我只想要

来扩大尺寸,以便我的用户可以理解我的网站中的那部分......

Fair enough, but is there some sort of compromise that would let my
users actually _see_ the picture? As it is now, I can''t set the length
and width values big enough to show the picture directly (it''d take too
much space on the main page), but I''d like to offer the option to see
the picture large enough as to make some sense out of it. I just want
to expand the size enough that my users could make sense of that part of
my site...

在我的主页上我有一张小图片 - 它实际上太小了,不到
On my main page I have a small picture - it''s actually too small to

很有用。我只是在那里表明看起来有什么东西要看,但是我不知道如何扩展。它可以在

合理的尺寸中看到。到目前为止,这是我的代码:


< img src =" IMG_0492.jpg"宽度= QUOT; 56"高度= QUOT; 70" align =" left"

hspace =" 5" />


当我在资源管理器中点击

文件时,这张图片消耗整个屏幕(它是952KB),我想要同样的如果用户点击它b / b
。我知道有些网站有这种能力,但是我看不出他们的代码如何实现这种效果。我该怎么做呢? TIA
be useful. I only have it there to show that there''s something to look
at, but I don''t know how to "expand" it so it can be seen in a
reasonable size. Here''s my code so far:

<img src="IMG_0492.jpg" width="56" height="70" align="left"
hspace="5" />

This picture consumes the whole screen (it''s 952KB) when I click on
the file in Explorer, and I want the same sort of view if the user
clicks on it. I know some sites have this capability, but I can''t see
how their code achieves the effect. How do I do this? TIA



如果你这样做,你冒着让人们下载

几乎MB的风险甚至他们甚至可能不感兴趣填写他们的

屏幕。在任何情况下,谁拥有这样的备用屏幕空间需要1 MB的图片来填充?


If you do this, you are running the risk of making people download
nearly a MB when they might even not be interested in filling their
screens. In any case, who has such spare screen space that needs a pic
of 1 MB to fill?



足够公平,但有什么样的妥协可以让我的

用户真的_see_图片?就像现在一样,我不能设置长度

和宽度值足够大以直接显示图片(它需要太多

主页),但我想提供选项,看看

图片足够大,以便从中得到一些意义。我只想要

来扩大尺寸,以便我的用户可以理解我的网站中的那部分......

Fair enough, but is there some sort of compromise that would let my
users actually _see_ the picture? As it is now, I can''t set the length
and width values big enough to show the picture directly (it''d take too
much space on the main page), but I''d like to offer the option to see
the picture large enough as to make some sense out of it. I just want
to expand the size enough that my users could make sense of that part of
my site...

这篇关于缩略图扩展技术的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆