ajout de imgs fullspread bleed

This commit is contained in:
Valentin
2023-06-28 14:31:52 +02:00
parent 90e84441a5
commit 2fd1ee2ed9
2 changed files with 51 additions and 13 deletions
@@ -238,27 +238,39 @@ img {
width: calc(62.5% - 1mm);
}
.imgfullspreadleft {
.imgfullspreadleft,
.imgfullspreadright,
.imgfullspreadright_bleedtop,
.imgfullspreadright_bleed {
break-before: left;
break-after: left;
width: 149mm;
overflow: hidden;
}
.imgfullspreadright {
break-before: left;
break-after: left;
width: 149mm;
overflow: hidden;
.imgfullspreadright_bleedtop {
margin-top: -22mm;
height: 220mm;
}
.imgfullspreadleft img {
.imgfullspreadright_bleed {
margin-top: -22mm;
height: 242mm;
}
.imgfullspreadleft img,
.imgfullspreadright img {
height: 198mm;
width: auto;
}
.imgfullspreadright img {
height: 198mm;
.imgfullspreadright_bleedtop img {
height: 220mm;
width: auto;
}
.imgfullspreadright_bleed img {
height: 242mm;
width: auto;
}
@@ -269,13 +281,33 @@ img {
}
.imgfullspreadright-right {
width: 149mm;
width: 143mm;
margin-left: -8mm;
overflow: hidden;
display: flex;
justify-content: flex-end;
}
.imgfullspreadright_bleedtop-right, .imgfullspreadright_bleed-right {
width: 173mm;
height: 220mm !important;
margin-top: -22mm;
margin-left: -8mm;
overflow: hidden;
display: flex;
justify-content: flex-end;
}
.imgfullspreadright_bleed-right, .imgfullspreadright_bleed-right img {
height: 242mm !important;
}
.imgfullspreadright_bleedtop-right img, .imgfullspreadright_bleed-right img {
height: 220mm;
width: auto;
}
.imgfullspreadright-right img {
height: 198mm;
width: auto;