diff --git a/css/css.css b/css/css.css index 26f4e9e..766a729 100644 --- a/css/css.css +++ b/css/css.css @@ -18,6 +18,7 @@ img { display: block; margin-left: auto; margin-right: auto; + width: 100%; } .sample-image { @@ -88,3 +89,15 @@ div { .footnote { font-size: 90%; } + +@media only screen and (min-width: 576px) { + img { + max-width: 60%; + } +} + +@media only screen and (min-width: 992px) { + img { + width: 100%; + } +} diff --git a/img/ivtc_originalvideo.gif b/img/ivtc_originalvideo.gif new file mode 100644 index 0000000..88359b0 Binary files /dev/null and b/img/ivtc_originalvideo.gif differ diff --git a/img/ivtc_result.gif b/img/ivtc_result.gif new file mode 100644 index 0000000..dce2431 Binary files /dev/null and b/img/ivtc_result.gif differ diff --git a/index.html b/index.html index d2fc89b..7795556 100644 --- a/index.html +++ b/index.html @@ -571,6 +571,43 @@ + + + + + +

Filters