Jump to content
MakeWebGames

Recommended Posts

Posted

hi i need help to fix this problem 

if i check the game on the PC (desktop view) all good the images its normal size how i wanted

image.png.ed3624dd71188d75f18ddd87f806a2fb.png

 

but if i change the view for mobile all images are so big 

 

image.thumb.png.db08f4f93763b7bf0fb4273366527578.png

 

just on the garage i have this problem .

Posted (edited)

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

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...