Best way to condense content on a page?
-
We want to add a video transcript to the same page as the video, but it doesn't really fit the design of the page. Is it fine to use CSS/DIVs to either have a "click to read full transcript" or a scroll box?
-
Absolutely
-
...it doesn't really fit the design of the page...
I would be changing the design.
-
click to read full transcript, using CSS or JS would be better. So the content is shown once the user clicks the link.