Skip to content

Commit ff005eb

Browse files
committed
Tweaks.
1 parent 7796a7b commit ff005eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/app/app.component.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<main>
22
<div>
3-
<h1>Current breakpoint: {{ breakpoint }}</h1>
3+
<h1>Current breakpoint: <br>{{ breakpoint }}</h1>
44
<img [src]="imagePath" />
55
</div>
66
</main>

src/app/app.component.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export class AppComponent implements OnInit {
1919
cloudinaryTransformations = {
2020
[Breakpoints.XSmall]: 'ar_1:1,c_thumb,g_face,w_150/f_auto/q_auto',
2121
[Breakpoints.Small]: 'ar_1:1,c_thumb,g_face,w_400/f_auto/q_auto',
22-
[Breakpoints.Medium]: 'f_auto/q_auto/c_scale,w_600',
22+
[Breakpoints.Medium]: 'c_scale,w_600/f_auto/q_auto',
2323
[Breakpoints.Large]: 'ar_2:1,c_auto,g_auto,w_800/f_auto/q_auto',
2424
[Breakpoints.XLarge]: 'ar_2:1,c_auto,g_auto,w_1200/f_auto/q_auto',
2525
};

0 commit comments

Comments
 (0)