|
44 | 44 | static/images/title_photo/title_glass_building_1080x1920.jpg 1080w, |
45 | 45 | static/images/title_photo/title_glass_building_1125x2436.jpg 1125w, |
46 | 46 | static/images/title_photo/title_glass_building_1242x2436.jpg 1242w, |
| 47 | + static/images/title_photo/title_glass_building_1334x750.jpg 1334w, |
47 | 48 | static/images/title_photo/title_glass_building_1442x2562.jpg 1442w, |
48 | 49 | static/images/title_photo/title_glass_building_1920x1080.jpg 1920w, |
| 50 | + static/images/title_photo/title_glass_building_2562x1442.jpg 2562w, |
49 | 51 | static/images/title_photo/title_glass_building_3840x2160.jpg 3840w" |
50 | | - sizes="(max-width: 480px) 100vw, |
51 | | - (max-width: 750px) 100vw, |
52 | | - (max-width: 960px) 100vw, |
53 | | - (max-width: 1080px) 100vw, |
54 | | - (max-width: 1125px) 100vw, |
55 | | - (max-width: 1242px) 100vw, |
56 | | - (max-width: 1442px) 100vw, |
57 | | - (max-width: 2299px) 100vw, |
58 | | - (min-width: 2300px) 100vw" |
| 52 | + sizes="(max-width: 480px) and (orientation: landscape) 100vw, |
| 53 | + (max-width: 750px) and (orientation: portrait) 100vw, |
| 54 | + (max-width: 960px) and (orientation: landscape) 100vw, |
| 55 | + (max-width: 1080px) and (orientation: portrait) 100vw, |
| 56 | + (max-width: 1125px) and (orientation: portrait) 100vw, |
| 57 | + (max-width: 1242px) and (orientation: portrait) 100vw, |
| 58 | + (max-width: 1334px) and (orientation: landscape) 100vw, |
| 59 | + (max-width: 1442px) and (orientation: portrait) 100vw, |
| 60 | + (max-width: 1920px) and (orientation: landscape) 100vw, |
| 61 | + (max-width: 2562px) and (orientation: landscape) 100vw, |
| 62 | + (min-width: 2563px) and (orientation: landscape) 100vw" |
59 | 63 | alt="Python Sprints Title Image"> |
60 | 64 | <div class="row"> |
61 | 65 | <div class="col-md-12"> |
|
0 commit comments