This is an automated email from the ASF dual-hosted git repository.
mimaison pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/kafka-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 1d29610b MINOR: Clean up placeholder images for videos (#435)
1d29610b is described below
commit 1d29610b19f386370fe76f1f89d360a5c14d6d41
Author: Bill Bejeck <[email protected]>
AuthorDate: Wed Aug 24 03:59:53 2022 -0400
MINOR: Clean up placeholder images for videos (#435)
Co-authored-by: Mickael Maison <[email protected]>
---
32/images/creating-streams-iframe-placeholder.png | Bin 23407 -> 54371 bytes
32/images/intro_to_streams-iframe-placeholder.png | Bin 17548 -> 40352 bytes
.../transforming_part_1-iframe-placeholder.png | Bin 20147 -> 47515 bytes
.../transforming_part_2-iframe-placeholder.png | Bin 19286 -> 43720 bytes
32/streams/index.html | 8 ++++----
images/what_is_kafka.png | Bin 226811 -> 436008 bytes
6 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/32/images/creating-streams-iframe-placeholder.png
b/32/images/creating-streams-iframe-placeholder.png
index f3eafd20..479a8307 100644
Binary files a/32/images/creating-streams-iframe-placeholder.png and
b/32/images/creating-streams-iframe-placeholder.png differ
diff --git a/32/images/intro_to_streams-iframe-placeholder.png
b/32/images/intro_to_streams-iframe-placeholder.png
index 569d61e6..462ec036 100644
Binary files a/32/images/intro_to_streams-iframe-placeholder.png and
b/32/images/intro_to_streams-iframe-placeholder.png differ
diff --git a/32/images/transforming_part_1-iframe-placeholder.png
b/32/images/transforming_part_1-iframe-placeholder.png
index 9c525288..e959f0e9 100644
Binary files a/32/images/transforming_part_1-iframe-placeholder.png and
b/32/images/transforming_part_1-iframe-placeholder.png differ
diff --git a/32/images/transforming_part_2-iframe-placeholder.png
b/32/images/transforming_part_2-iframe-placeholder.png
index bb9e5db3..008ec16b 100644
Binary files a/32/images/transforming_part_2-iframe-placeholder.png and
b/32/images/transforming_part_2-iframe-placeholder.png differ
diff --git a/32/streams/index.html b/32/streams/index.html
index 201f6aff..80cbb897 100644
--- a/32/streams/index.html
+++ b/32/streams/index.html
@@ -54,7 +54,7 @@
<div class="video__series__grid">
<div class="yt__video__block">
<div class="yt__video__inner__block">
- <img id="iframe-placeholder-intro" width="600" height="325"
+ <img id="iframe-placeholder-intro"
border="1px"
class="yt__placeholder video_1"
style="display:block"
@@ -62,21 +62,21 @@
onclick="loadVideo('iframe-placeholder-intro',
'Z3JKCLG3VP4?rel=0&showinfo=0&end=602', 'video_1')" />
<span class="third-party" style="display:block"
id="video_1_warn">(Clicking the image will load a video from YouTube)</span>
- <img id="iframe-placeholder-creating" width="600" height="325"
+ <img id="iframe-placeholder-creating"
border="1px"
class="yt__placeholder video_2"
src="/{{version}}/images/creating-streams-iframe-placeholder.png"
onclick="loadVideo('iframe-placeholder-creating',
'LxxeXI1mPKo?rel=0&showinfo=0&end=622', 'video_2')" />
<span class="third-party" id="video_2_warn">(Clicking
the image will load a video from YouTube)</span>
- <img id="iframe-placeholder-transforming" width="600"
height="325"
+ <img id="iframe-placeholder-transforming"
border="1px"
class="yt__placeholder video_3"
src="/{{version}}/images/transforming_part_1-iframe-placeholder.png"
onclick="loadVideo('iframe-placeholder-transforming',
'7JYEEx7SBuE?rel=0&showinfo=0end=557', 'video_3')" />
<span class="third-party" id="video_3_warn">(Clicking
the image will load a video from YouTube)</span>
- <img id="iframe-placeholder-transforming-two" width="600"
height="325"
+ <img id="iframe-placeholder-transforming-two"
border="1px"
class="yt__placeholder video_4"
src="/{{version}}/images/transforming_part_2-iframe-placeholder.png"
diff --git a/images/what_is_kafka.png b/images/what_is_kafka.png
index 6bb761f3..7d809205 100644
Binary files a/images/what_is_kafka.png and b/images/what_is_kafka.png differ