+ 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
4 Answers
+ 2
https://code.sololearn.com/W5H1TeQH43Dy/?ref=app
Here is the example
only html file
+ 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
+ 1
You know CSS
0
No actually you should make your code adaptable according to different screen sizes.