0

As I am developing an mobile app, I set "width=device-width". However, this would lead be image be magnified to fill the screen when viewing in a normal computer. Of course it should be what it is supposed to do, but would it be possible to make it so that the image would at most appear as big as its original size and no more?

4

1 に答える 1

1

CSS を使用します。

max-width: "somethingpx";
于 2012-08-29T16:11:25.787 に答える