I have written a lot of information for my players on my Campaign in the field "Description". And it works great. However. When i add map images and open the site on a mobile device it doesn't seem to auto size the pictures to a smaller viewsize and the result is that it cuts half of the text. Is there a fix for this? What is the maximum resolution on a picture so that the page is viewed correctly both in a standard web browser as well as on a mobile device?
Here is a picture on how it looks. This is with a maximum of 500 horizontal size:
Not sure what is so difficult in adding a CSS rule that makes the maximum size of images on mobile the same as the screen width (minus padding, maybe). It's a very simple fix...
Hi,
I have written a lot of information for my players on my Campaign in the field "Description". And it works great. However. When i add map images and open the site on a mobile device it doesn't seem to auto size the pictures to a smaller viewsize and the result is that it cuts half of the text. Is there a fix for this? What is the maximum resolution on a picture so that the page is viewed correctly both in a standard web browser as well as on a mobile device?
Here is a picture on how it looks. This is with a maximum of 500 horizontal size:
Still not fixed...
Not sure what is so difficult in adding a CSS rule that makes the maximum size of images on mobile the same as the screen width (minus padding, maybe). It's a very simple fix...
BTW you can fix this manually for now (though they really should fix it globally).
In the editor, press the Source Code button (looks like </> ).
Locate the image, and change the width parameter to percentages, for example I use 95%.
This will change the width of the image to take 95% of the screen width whatever it is.
Same problem, glad I found this post.
Even switching to desktop view doesn't fix it, which is super frustrating.
Will try the manual Source Code fix!
I actually found the solution to this! Instead of typing pixels, type 100% x 100% and it maximizes to the size of the window!
You're a genius! That worked!