Skip to content

Commit

Permalink
Merge pull request #6763 from StephenMcConnel/BL-14063-GameImageTrunc…
Browse files Browse the repository at this point in the history
…ated

Fix initial game picture space to fit placeholder properly (BL-14063)
  • Loading branch information
JohnThomson authored Nov 20, 2024
2 parents 1e968dc + 47a345c commit a53d13a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/content/templates/template books/Games/Games.html
Original file line number Diff line number Diff line change
Expand Up @@ -405,13 +405,13 @@

<div
class="bloom-textOverPicture ui-resizable ui-draggable"
style="height: 193px; left: 385.141px; top: 44.1406px; width: 220px; position: absolute;"
style="height: 193px; left: 385.141px; top: 44.1406px; width: 196px; position: absolute;"
data-bubble="{`version`:`1.0`,`style`:`none`,`tails`:[],`level`:17,`backgroundColors`:[`transparent`],`shadowOffset`:0}"
>
<div
tabindex="0"
class="bloom-imageContainer bloom-leadingElement"
data-title="For the current paper size: • The image container is 220 x 193 dots. • For print publications, you want between 300-600 DPI (Dots Per Inch). • An image with 688 x 604 dots would fill this container at 300 DPI."
data-title="For the current paper size: • The image container is 196 x 193 dots. • For print publications, you want between 300-600 DPI (Dots Per Inch). • An image with 613 x 604 dots would fill this container at 300 DPI."
title=""
>
<img
Expand Down

0 comments on commit a53d13a

Please sign in to comment.