File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2828
2929 <td >
3030 {% if item .image %}
31- {% assign full_url = "https://www.evl.uic.edu/output/originals /" | append: item .image %}
31+ {% assign full_url = "/images /" | append: item .image %}
3232 <div style =" width : 250px ; height :187px ;overflow : hidden ;" >
3333 <a class =" news-title zoom" href =" {{ item .url | relative_url }}" >
3434 <img src =" {{ full_url }}" alt =" {{ item .title }}" style =" width : 100% ; height : 100% ; object-fit : cover ;"
115115 <td >
116116{% comment %}
117117 {% if item.image %}
118- {% assign full_url = "https://www.evl.uic.edu/output/originals /" | append: item.image %}
118+ {% assign full_url = "/images /" | append: item.image %}
119119 <div style="width: 300px; height:200px;overflow: hidden;">
120120 <a class="news-title" href="{{ item.url | relative_url }}">
121121 <img src="{{ full_url }}" alt="{{ item.title }}" style="width: 100%; height: 100%; object-fit: cover;"/>
You can’t perform that action at this time.
0 commit comments