This is an automated email from the ASF dual-hosted git repository. bbejeck pushed a commit to branch MINOR_address_comments_for_image_placeholders in repository https://gitbox.apache.org/repos/asf/kafka-site.git
commit 0ad21375732bee3a393f387953a789e5cf267240 Author: Bill Bejeck <[email protected]> AuthorDate: Wed Aug 10 08:53:02 2022 -0400 Clean up images remove the size attributes --- 32/images/creating-streams-iframe-placeholder.png | Bin 23407 -> 23399 bytes .../transforming_part_1-iframe-placeholder.png | Bin 20147 -> 19976 bytes 32/streams/index.html | 8 ++++---- 3 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..6a908cff 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/transforming_part_1-iframe-placeholder.png b/32/images/transforming_part_1-iframe-placeholder.png index 9c525288..3a084c5b 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/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"
