本文介绍了图像大小调整会影响该文件夹中的其他图像的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我有很多网页,我在每个页面都使用图片。
我的 ASP.NET 网站中有一个文件夹,我已将图像存储在那个文件夹。
但我的问题是当我更改一个图像的宽度和高度时,这个宽度和高度自动适用于我在网页中使用的其他图像。
我试图改变每个图像的宽度和高度并将其保存在 aspx 文件中,但它不起作用。我没有得到什么问题。
请帮忙。
I am having many webpages and I am using images in every page.
I have one folder in my ASP.NET website, and I have stored my images in that folder.
But my problem is when I change width and height of one image then this width and height automatically get applicable to other images that I used in webpages.
I tried to change width and height of every image and saved it in aspx file but it didn't work. I am not getting what is the problem.
Please help.
推荐答案
这篇关于图像大小调整会影响该文件夹中的其他图像的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!