Hi
HTML module width is not showing good mobile , the set up on pc is okay ,do you know why ? how can i fix this
http://planetekreyol.com/abonhaiti20/
SEE ,youtube and the pub , children of injustice on mobile ,you will see..
Thanks
teitbite wrote:Hi
Can You please show me what is the problem ? It looks ok when I check it with iPhone. image is 100% of the available space.
img { width: 100%; max-width: 100%; }
teitbite wrote:Hi
There is a css class which should cover it:
- Code: Select all
img { width: 100%; max-width: 100%; }
Maybe it got overwritten by some 3rd party extension ?
.custom img { width: 100%; max-width: 100%; }
teitbite wrote:Hi
So You need to add a closer matched css selector. I cannot see Your site now, but I'm guessing that if it's a Custom HTML module than You can use:
- Code: Select all
.custom img { width: 100%; max-width: 100%; }
teitbite wrote:Hi
My intention was to resize images to cover 100% of screen. Do You mean that it should not resize over the image size ? I do not understand Your request fully.