I want to add advertising to my website. But the ad company not provide the responsive solution.
All I got was two script sources for pc and mobile.
web
728*90
<script src="http://xxx_728_90&ad_type=banner"></script>
mobiles
320*50
<script src="http://xxx_320_50&ad_type=banner"></script>
It will be ok if I have two versions for pc and mobile but I only have one. My question is how to change the ad script source base on screen size.