- Advertising 1.2.0
-
- InSkin width adjustment
-
change this dfp.targeting( 'inskin_yes', ( screen.width >= 1460 ? 'true' : 'false' ) ); to this dfp.targeting( 'inskin_yes', ( screen.width >= 1255 ? 'true' : 'false' ) );
[DESK-2521]
-
- InSkin width adjustment
-
PR: https://github.com/dc-thomson/wordpress/pull/1591