Hide images on mobile devices
Hi,
Do you have a solution to hide images from an image component on mobile devices? Is there any custom css I can add to the image component to make this happen?
Thanks! Agnes
Comments
to hide individual images, you need to set custom ID or Class name for such image and then operate with custom css and @media rules to remove them from mobile devices. For more details about @media, please visit http://www.w3schools.com/cssref/css3_pr_mediaquery.asp
Thanks!