Our team - circle photo on mobile phone
Hello!
I have an issue with the 'Our Team circle photo' option on the mobile phone of my website.
The picture was too small so I added some custom CSS: .team.team_circle .image_frame {width: 200px !important;
The picture was too small so I added some custom CSS: .team.team_circle .image_frame {width: 200px !important;
Looks good on a computer screen but on the mobile phone it looks weird. Like half elongated circles. Is there any code/way to fix this?
Thank you in advance,
Andi
Comments
If the CSS of yours is correct, it will work.
But, usually mobile resolution is like 315px to 500px, so your image will be cut if he will have 500px of width, that's why I suggest you change it too about 200-300px of width.
BeTheme JS script is making this image width smaller(even if the width is set 500px in CSS) to make it responsive, but it can be overwritten by changing the <img> width - we suggest not to do it.
Also, your images doesn't have this same resolution and they will not have perfectly equal height.
https://i.imgur.com/q3IcEjU.png
Thanks