Hallo,
how the pictures gets smaller in the mobile like IPhone5? Please see the screen...
Regards Klaus
kugelmeier Hi Add this code in custom.css file to fix the issue
@media(max-width:468px){ .custom img {max-width:100%;}}
The issue is due to the width define by you in custom html module.
Regards
kugelmeier
Hi,
You can try with this custom CSS code:
@media (max-width: 480px) { #Mod118 .module-inner .custom img { width: 100%; } }
put into the file: root/templates/ja_elicyon (your default template)/css/custom.css (Create this file if it doesn't exist).
hallo, thanks - both codes are right but only in width not in hight. I added the hight now its seems ok :-)
@media (max-width: 480px) { #Mod118 .module-inner .custom img { width: 100%; height:100% } }.custom img {max-width:100%; max-height:100%;}}