Skip to content

Commit

Permalink
remove aspect from mediaHub
Browse files Browse the repository at this point in the history
  • Loading branch information
Claudio-Emmolo committed Jul 1, 2024
1 parent 049be21 commit a4a5ea7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/js/main.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ function setDefaultSelectValue() {


function addAspectRatioToImage() {
const novaImages = document.querySelectorAll("#nova button img");
const novaImages = document.querySelectorAll("#nova form button img");

novaImages.forEach((image) => {
const width = image.naturalWidth;
Expand Down

0 comments on commit a4a5ea7

Please sign in to comment.