Phone bug (?) | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Phone bug (?)

Why if I open my code from my phone the image inside is too big (only a part is seen) how i can risolve it, with which code

4th Jun 2020, 6:37 PM
Guillermo Farchioni
Guillermo Farchioni - avatar
4 Answers
+ 2
https://code.sololearn.com/W5H1TeQH43Dy/?ref=app Here is the example only html file
4th Jun 2020, 7:06 PM
XnDesigns
XnDesigns - avatar
+ 1
You need to style the img via css if you open in mobile browsers css file does not load from local directories. so you need to write css in your html file via style tag
4th Jun 2020, 6:45 PM
XnDesigns
XnDesigns - avatar
+ 1
You know CSS
4th Jun 2020, 7:00 PM
XnDesigns
XnDesigns - avatar
0
No actually you should make your code adaptable according to different screen sizes.
4th Jun 2020, 6:41 PM
Hardik Sharma
Hardik Sharma - avatar