Skip to content

Commit

Permalink
Removing width/height from image as it's used elsewhere.
Browse files Browse the repository at this point in the history
  • Loading branch information
ronaldhuereca committed Aug 3, 2024
1 parent 8cccce4 commit 9039413
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react', 'wp-a11y', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-data', 'wp-element', 'wp-escape-html', 'wp-hooks', 'wp-i18n', 'wp-keycodes', 'wp-plugins', 'wp-url'), 'version' => 'f61028051dda12772cfd');
<?php return array('dependencies' => array('react', 'wp-a11y', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-data', 'wp-element', 'wp-escape-html', 'wp-hooks', 'wp-i18n', 'wp-keycodes', 'wp-plugins', 'wp-url'), 'version' => 'e25ebcb7845926a24cc2');
2 changes: 0 additions & 2 deletions build/index.css

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

2 changes: 1 addition & 1 deletion build/index.css.map

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions src/scss/block-backend-frontend.scss
Original file line number Diff line number Diff line change
Expand Up @@ -291,8 +291,6 @@ figcaption.dlx-photo-block__caption.has-smart-styles .dlx-photo-block__caption-i
opacity: var( --photo-block-image-opacity, 1 );
object-fit: var( --photo-block-image-object-fit, unset );
filter: var( --photo-block-image-filter, unset );
width: var( --photo-block-image-width, unset );
height: var( --photo-block-image-height, unset );
object-position: var( --photo-block-image-object-position, center );
padding: var( --photo-block-image-padding, 0 );
margin: var( --photo-block-image-margin, 0 );
Expand Down

0 comments on commit 9039413

Please sign in to comment.