display: flex; /* activate flexbox */
justify-content: center; /* horizontally center anything inside */
}
+
+ .flex-center video {
+ width: min(90%, 1000px); /* whichever is smaller wins */
+ height: auto; /* preserve aspect ratio */
+ }
+
+ .responsive-img {
+ width: min(100%, 1000px);
+ height: auto;
+ }
</style>
#+end_export
+
* Bump mapping
Light source moves around. Based on light source location, different
)
(
- cd "cd Graphics"
+ cd "Graphics"
rm -f index.html
emacs --batch -l ~/.emacs --visit=index.org --funcall=org-html-export-to-html --kill
)
(
- cd "cd Graphics/Spirals"
+ cd "Graphics/Spirals"
rm -f index.html
emacs --batch -l ~/.emacs --visit=index.org --funcall=org-html-export-to-html --kill
)