Hi,
how to resize only the image automatically to mobile screen.
image size: 1045px * 250pxhere is the code i am using but this does not do so.Client Scripts - List page - start up scriptimage position: data-rowindex=“6”$(document).ready(function() {
$(“#r6_breakfast”).after(“
$(“#banner”).css({“position”: “relative”, “top”: “0”, “height”: “auto”, “background-size”: “contain”, “background-position”: “center”, “background-repeat”: “no-repeat”});
$(“#banner”).img({“width”: “100%”, “height”: “auto”, “align”: “center”});
});your assistance is highly appreciated
Thank you