Awards (2) module not resizing for mobile >?
assetivity1 Hi Which module you refer ? There are 3 modules in screenshot and all are resizing for mobile.
Ninja The logos - they are not resizing, the images getting squashed.
assetivity1 Hi This is a single image https://www.assetivity.com.au/2018/images/Awards-and-certs-rev1.jpg http://prntscr.com/mwnr2t and it will decrease in size as the screen size is reduced, this is how every image resized in responsive. If you want to place each logo below each other you should use different image for each logo in custom html.
Regards
Thanks - but i dont want them below each other. Just want the image size to stay in correct format. It shows squashed.
assetivity1 Hi all image resize like the one you added, there is nothing to fix in this. as its responsive image. You need to remove the height value from html code to make it responsive in height as well. You have added 146px fixed height that making it squashed
Thanks, please send me instructions to do that.
assetivity1 Hi Set the edit to None from code mirror Now open module Awards & Affiliations (2) remove the width and height http://prntscr.com/mwo71z
Thanks !! now resolved
Sorry, one last thing. The normal wide screen size is now too big, how can I adjust it to what it was before?
assetivity1 Hi This is normal width of the image, If you want to a max width you can add this code in custom.css
.t3-slideshow .custom img {max-width:960px;}