File tree Expand file tree Collapse file tree
records/static/templates/cds_records/video
theme/assets/bootstrap3/scss/cds Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ <h3 class="bt bw-1 pt-10 mb-0">
9292 < div ng-class ="{'is-placeholder': !frame} " class ="thumbnail-container ">
9393 < img
9494 ng-if ="frame "
95- ng-src ="/api/iiif/v2/{{ frame.bucket_id }}:{{ frame.version_id }}:{{ frame.key }}/full/80,45 /0/default.jpg "
95+ ng-src ="/api/iiif/v2/{{ frame.bucket_id }}:{{ frame.version_id }}:{{ frame.key }}/full/320,180 /0/default.jpg "
9696 alt ="Chapter {{ chapter.timestamp }} "
9797 onerror ="this.style.display='none'; this.nextElementSibling.style.display='flex'; ">
9898 < div class ="thumbnail-placeholder " ng-style ="{'display': frame ? 'none' : 'flex'} ">
@@ -328,7 +328,7 @@ <h3><strong>Chapters</strong></h3>
328328 <!-- Chapter Thumbnail -->
329329 < div class ="chapter-thumbnail-main-horizontal " style ="width: 189px; height: 106px; border-radius: 6px; overflow: hidden; background-color: #f5f5f5; margin-bottom: 8px; position: relative; ">
330330 < img ng-if ="getChapterFrame(chapter) "
331- ng-src ="/api/iiif/v2/{{ getChapterFrame(chapter).bucket_id }}:{{ getChapterFrame(chapter).version_id }}:{{ getChapterFrame(chapter).key }}/full/189,106 /0/default.jpg "
331+ ng-src ="/api/iiif/v2/{{ getChapterFrame(chapter).bucket_id }}:{{ getChapterFrame(chapter).version_id }}:{{ getChapterFrame(chapter).key }}/full/320,180 /0/default.jpg "
332332 style ="width: 100%; height: 100%; object-fit: cover; "
333333 alt ="Chapter {{ chapter.timestamp }} "
334334 onerror ="this.style.display='none'; this.nextElementSibling.style.display='flex'; ">
Original file line number Diff line number Diff line change @@ -1400,9 +1400,9 @@ div[cds-search-results] {
14001400 }
14011401}
14021402
1403- @media (max-width : 768 px ) {
1403+ @media (max-width : 992 px ) {
14041404 .in-this-video-panel {
1405- max -height : calc ( 100 vh - 120 px ) ;
1405+ min -height : 400 px ;
14061406 }
14071407}
14081408
You can’t perform that action at this time.
0 commit comments