I need the image at the top of my screen re-size depending on the screen size or orientation.
I can't seem to get it to work. I used the following JavaScript on page load and on resize:
$('img[dsid="CrystalImage"]')
.css('width', '100%')
.css('height', 'auto')
;
I also tried adding the CSS properties to image in Tiggzi using "more properties", but that didn't work either. What do you suggest?
Thanks.