Display a different logo on mobile and desktop?

前端 未结 5 1692
执笔经年
执笔经年 2021-01-06 07:51

I\'m looking to change the logo on my header on a mobile. This is the code from the current header that shows up on both the desktop and the mobile (on desktop it\'s the lin

5条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-01-06 08:08

    if you are using bootstrap, there is a simple and fast method I have used, use 2 tag, hide 1st image in mobile by using class "d-none d-sm-block" and hide 2nd image in desktop by using class "d-block d-sm-none" check the code below:

提交回复
热议问题