Skip to content

Commit

Permalink
Update reads.md
Browse files Browse the repository at this point in the history
  • Loading branch information
claudia-c-weber authored Aug 21, 2023
1 parent bec7657 commit 0f10b22
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions reads.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,17 @@ show_sidebar: false
<style>
#iframeContainer {
position: relative;
padding-bottom: 50%; /* Maintain the aspect ratio (height/width) */
width: 100%; /* Set the container width to 100% */
height: 0;
padding-bottom: 50%; /* Maintain the aspect ratio (height/width) */
overflow: hidden;
}
#IDNAME {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
width: 200%; /* Increase the width to ensure content isn't cut off */
height: 200%; /* Increase the height to match the width scaling */
transform: scale(0.5);
transform-origin: top left;
display: block;
Expand Down

0 comments on commit 0f10b22

Please sign in to comment.