andr3as Posted August 6, 2020 Posted August 6, 2020 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 but if i change the view for mobile all images are so big just on the garage i have this problem . Quote
InverTed Posted August 6, 2020 Posted August 6, 2020 Im not 100% css savvy but there is a transformation you can use that will scale down the images. Check it out on w3 schools, im at work or id post the link. Quote
Dayo Posted August 7, 2020 Posted August 7, 2020 you can add class="img-responsive" to the image https://getbootstrap.com/docs/3.3/css/#images-responsive Quote
ishmell Posted August 8, 2020 Posted August 8, 2020 (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 August 8, 2020 by ishmell Quote
andr3as Posted August 8, 2020 Author Posted August 8, 2020 (edited) garage.tpl (6).php hi thanks for reply this its my garage file Edited August 8, 2020 by andr3as Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.