Skip to content

Commit

Permalink
Merge pull request #51 from xima-media/patch-1
Browse files Browse the repository at this point in the history
fix: remove css inline width
  • Loading branch information
maikschneider authored Oct 21, 2024
2 parents 367e9fc + 6944c2e commit 563a5ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ <h3 class="ce-headline-{data.header_position}" id="c{data.uid}">
</div>

<f:if condition="{image}">
<div class="focuspoint" style="width:{image.properties.width}px">
<div class="focuspoint">

<f:image image="{image}"/>

Expand Down

0 comments on commit 563a5ac

Please sign in to comment.