File tree Expand file tree Collapse file tree 2 files changed +13
-5
lines changed Expand file tree Collapse file tree 2 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 3030 {% if item .image %}
3131 {% assign full_url = "https://www.evl.uic.edu/output/originals/" | append: item .image %}
3232 <div style =" width : 250px ; height :187px ;overflow : hidden ;" >
33- <a class =" news-title" href =" {{ item .url | relative_url }}" >
34- <img src =" {{ full_url }}" alt =" {{ item .title }}" style =" width : 100% ; height : 100% ; object-fit : cover ;" />
33+ <a class =" news-title zoom" href =" {{ item .url | relative_url }}" >
34+ <img src =" {{ full_url }}" alt =" {{ item .title }}" style =" width : 100% ; height : 100% ; object-fit : cover ;"
35+ class =" img-fluid img-thumbnail rounded z-depth-1" />
3536 </a >
3637 </div >
3738 {% else %}
3839 <div style =" width : 250px ; height :187px ;overflow : hidden ;" >
39- <img src =" {{ 'assets/img/new-logo-small-480.webp' | relative_url }}" alt =" {{ item .title }}" style =" width : 100% ; height : 100% ; object-fit : cover ;" />
40+ <a class =" news-title zoom" href =" {{ item .url | relative_url }}" >
41+ <img src =" {{ 'assets/img/new-logo-small-480.webp' | relative_url }}" alt =" {{ item .title }}" style =" width : 100% ; height : 100% ; object-fit : cover ;"
42+ class =" img-fluid img-thumbnail rounded z-depth-1" />
43+ </a >
4044 </div >
4145 {% endif %}
4246 </td >
114118 {% assign full_url = "https://www.evl.uic.edu/output/originals/" | append: item.image %}
115119 <div style="width: 300px; height:200px;overflow: hidden;">
116120 <a class="news-title" href="{{ item.url | relative_url }}">
117- <img src="{{ full_url }}" alt="{{ item.title }}" style="width: 100%; height: 100%; object-fit: cover;" />
121+ <img src="{{ full_url }}" alt="{{ item.title }}" style="width: 100%; height: 100%; object-fit: cover;"/>
118122 </a>
119123 </div>
120124 {% else %}
Original file line number Diff line number Diff line change @@ -1186,7 +1186,7 @@ swiper-container {
11861186 align-items : center ;
11871187 flex-direction : row ;
11881188 border-radius : 4px ;
1189- text-align : center ;
1189+ text-align : left ;
11901190 font-style : normal ;
11911191 border : none ;
11921192 font-weight : 300 ;
@@ -1466,3 +1466,7 @@ h2.year-divider {
14661466 margin-top : 2rem ;
14671467 text-align : right ;
14681468}
1469+
1470+ .zoom :hover {
1471+ transform : scale (1.05 );
1472+ }
You can’t perform that action at this time.
0 commit comments