Average Sam Posted June 17, 2015 Share Posted June 17, 2015 So i'm trying to display a block with an image using pages, I would like to hide the block on mobile devices because it contains an image and it's not responsive. Link to comment Share on other sites More sharing options...
1 Cheerio Posted June 17, 2015 Share Posted June 17, 2015 center is deprecated in html5 , you should use css.try something like..<h3 class="ipsType_reset ipsWidget_title">picture box</h3> <style>#rageblock img { text-align: center; margin-top: 5px; max-width: 100%; height: auto;} </style> <div id=rageblock> <img src="linkedimnage" alt="rageimage_description" /> </div> 1 Link to comment Share on other sites More sharing options...
0 Cheerio Posted June 17, 2015 Share Posted June 17, 2015 So i'm trying to display a block with an image using pages, I would like to hide the block on mobile devices because it contains an image and it's not responsive.have you tried putting image in a custom div inside the block and set image width to 100% Link to comment Share on other sites More sharing options...
0 Average Sam Posted June 17, 2015 Author Share Posted June 17, 2015 (edited) So i'm trying to display a block with an image using pages, I would like to hide the block on mobile devices because it contains an image and it's not responsive.have you tried putting image in a custom div inside the block and set image width to 100%I currently have this:<center><img src="http://link to image"></center> Edited June 17, 2015 by Ragehost Link to comment Share on other sites More sharing options...
0 Average Sam Posted June 17, 2015 Author Share Posted June 17, 2015 You're a star! Link to comment Share on other sites More sharing options...
0 Stake™ Posted June 18, 2015 Share Posted June 18, 2015 The question(s) in this support topic have been answered and the topic author has resolved their issue. This topic is now closed. If you have other questions, please open a new topic. Link to comment Share on other sites More sharing options...
Question
Average Sam
So i'm trying to display a block with an image using pages, I would like to hide the block on mobile devices because it contains an image and it's not responsive.
Link to comment
Share on other sites
5 answers to this question
Recommended Posts