Skip to content

Commit

Permalink
Merge pull request #38 from Financial-Times/CI-1411-deep-portrait-lef…
Browse files Browse the repository at this point in the history
…t-mid-change-themImageRatio

[CI-1411] updated themeImageRatio for Landscape and Portrait
  • Loading branch information
juanSanchezAlcala authored Dec 16, 2022
2 parents 54c92e4 + af4afd5 commit 4efb8ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/get-topper-settings.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
const themeImageRatio = {
'split-text-center': 'split',
'split-text-left': 'split',
'deep-portrait': 'split',
'full-bleed-image-center': 'full-bleed',
'full-bleed-image-left': 'full-bleed',
'full-bleed-offset': 'full-bleed',
'deep-landscape': 'full-bleed'
'deep-portrait': 'portrait',
'deep-landscape': 'landscape'
};

const isLiveBlogV2 = (content) => content.type === 'live-blog-package';
Expand Down

0 comments on commit 4efb8ca

Please sign in to comment.