Jump to content
MakeWebGames

I need help


andr3as

Recommended Posts

This sounds like an image sizing issue. The design seems to be responsive to the screen thats viewing it but the image size is set to a specific height/width. You'll have to use css to scale the image dimensions based off the parent class (in this case the little box that the image is supposed to be in). There are allot of methods to go about doing this, an easy one would be to use percentages (provided the css for the parent class is set right) for the image dimension instead of pixels which is what your probably currently doing.

If your still lost or confused just post your code and ill show you.

Edited by ishmell
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...