if youre optimizing search result pages and notice that some elements arent loading fast, try this little tweak in CSS. use a
min-width property on images to ensure they scale correctly w/o breaking your layout's responsiveness.
[code]img { min-width : 10rem; width : auto ; height: auto }[/code]
this helps w/ lazy-loading and ensures better performance across devices while keeping the design clean