openam / bootstrap-responsive-tabs

Bootstrap responsive tabs are tabs that switch to collapsible components (accordions) when resized.
openam.github.io/bootstrap-responsive-tabs
MIT License
132 stars 60 forks source link

Embedded Twitter Feed Disappears on resize #15

Closed janecky closed 9 years ago

janecky commented 9 years ago

It appears that embedding a twitter feed inside the tab content area breaks on resize. Any ideas on a resolution? Here is a jsfiddle: http://jsfiddle.net/1c367qth/1/ In this fiddle, the twitter feed doesn't show up at all within the accordion. In my local testing it appears only on page load. Resizing breaks it.

openam commented 9 years ago

This looks like an error in your code. You don't have an id set for the tablist. Change the 4th line in your jsfiddle to something like <ul class="nav nav-tabs responsive" role="tablist" id="some-id">

openam commented 8 years ago

Should have been fixed in #30.