Skip to content

Commit

Permalink
Updating html download media formatting (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
DiogenesAnalytics committed Mar 12, 2024
1 parent 66ba2bf commit 9884bb8
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions scripts/form.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,14 +92,9 @@ function generateHtmlContent(formData) {
label {
font-weight: bold;
}
img {
max-width: 100%; /* Adjust this value as needed */
}
video {
max-width: 100%; /* Adjust this value as needed */
}
audio {
max-width: 100%; /* Adjust this value as needed */
img, video, audio {
min-width: 100%;
max-width: 100%;
}
</style>
</head>
Expand Down

0 comments on commit 9884bb8

Please sign in to comment.