The only thing I can think of here is to create media queries in the temaplate.css to match the breakpoints I set in econa image
In /plugins/content/econa/tmpl/list.php there is a small amount of code that handles the display of image intros
You use
In /plugins/content/econa/tmpl/list.php there is a small amount of code that handles the display of image intros
params->get('list_image', 1) && $image->src): ?>params->get('list_caption', 0) && $caption): ?> params->get('list_credits', 0) && $credits): ?>
You use
srcset): ?> srcset="https://www.firecoders.com/srcset; /?>" srcset): ?> sizes="sizes; ?>"to create the list of srcset images sizes available and what I was wondering, is there was a way to set the size of the container div