search

Home  >  Q&A  >  body text

javascript - How does bootstrap make a picture compatible with multiple terminals

For example: Is it compatible with the mobile version of Android and Apple, and is it also compatible with the PC version? What is his implementation principle?

某草草某草草2791 days ago464

reply all(1)I'll reply

  • 世界只因有你

    世界只因有你2017-05-16 13:38:24

    Just add .img-responsive to the picture

    For example:

    <img src="123.png" class="img-responsive" >

    reply
    0
  • Cancelreply