Skip to main content
Category

Note2Self

Note to Self

Working Youtube Responsive Videos Css

By Note2Self No Comments

<html>
<head>
<style>
.outerbox
{
display: block;
margin: 0 auto;
margin-top: 10px;
max-width: 640px;

}
.video-container {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
</style>
<body>
<div class=”outerbox”>
<div class=”video-container”>
<iframe src=”http://www.youtube.com/embed/your-video-id-here” frameborder=”0″ width=”560″ height=”315″></iframe>
</div>
</div>
</body>
</html>

Nexus – wipe cache partition

By Note2Self No Comments
  • Turn it off
  • Press and hold Power and Volume Down.
  • Press Volume Down repeatedly for Recovery option.
  • Press Power button
  • You should see an android with a red triangle and exclamation mark.
  • While holding Power button tap Volume Up once then release Power.
  • You should now see a list of items at top of screen.
  • Tap Volume Down until the item to erase or wipe the cache partition is highlighted. Then press Power button to initiate.
  • Status messages will appear at the bottom of the screen. Be patient – it can take 10-15 minutes to complete. When done restart the nexus.