Hi Said,
We can achieve a similar output using the shortcode below.
[srr_feed urls="http://www.theverge.com/android/rss/index.xml" tab_titles="Android" color_style="card" show_author=1 show_date=1 display_type=grid template="%%thumbnail%% %%title%% %%description%% %%metadata%%" grid_columns=3 show_author=0 thumbnail_position=cover thumbnail_size="128px"]
Please note that with this shortcode, the feed item layout is organized as per the screenshot. To exactly imitate that, we need to use the CSS below.
Please feel free to modify this CSS as per your requirement.
.srr-style-card .srr-thumb.srr-thumb-cover {
float: none;
width: 100% !important;
border-radius: 10px 10px 0 0;
position: absolute;
left: 0;
right: 0;
top: 0;
}
.srr-style-card .srr-item-in {
position: relative;
padding-top: 150px !important;
}
Thanks,
Aakash