2
I have a website Based on a template I bought on themeforrest, the banner of the homepage of this site has its height adjusted by this attribute: data-start-height (which I had never used, I know html and css intermediary). I would like to change this attribute according to the user device by media queries, I know change the standard css height, but I would not like to touch the html structure of the site so I wanted to know if it is possible to modify this the data-start-height by media queries or other similar solution.
<section class="main-slider" data-start-height="550" data-slide-overlay="yes">