html - Unable to embed google groups to a webpage (not responsive) -


i managed embed google groups page on website phisyks-forum.

its great when viewing on large screen when viewed on mobile device doesn't re-size itself.

i used iframe code given google on groups settings page. please help!

there no responsive code google group, add below code

.b1 {     width: 100%;     height: auto; } 

in css instead of

.b1 {     width: 48px;     height: 30px;     } 

html code :

<div class="b1"><div class="iqa iy"><span id="aggregatecount"      class="b8">2</span></div></div> 

Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -