Skip to content

Commit

Permalink
Move size into layout
Browse files Browse the repository at this point in the history
  • Loading branch information
aerni committed Mar 17, 2022
1 parent aa114ba commit e286846
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion resources/views/social_images/layout.antlers.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<style>.phpdebugbar { display: none !important; }</style>
</head>
<body>
<body style="width: {{ width }}px; height: {{ height }}px;">
{{ template_content }}
</body>
Expand Down
3 changes: 0 additions & 3 deletions resources/views/social_images/open_graph.antlers.html
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
<div style="width: {{ width }}px; height: {{ height }}px;">

</div>
3 changes: 0 additions & 3 deletions resources/views/social_images/twitter_summary.antlers.html
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
<div style="width: {{ width }}px; height: {{ height }}px;">

</div>
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
<div style="width: {{ width }}px; height: {{ height }}px;">

</div>

0 comments on commit e286846

Please sign in to comment.