Здравствуйте. Добавляю размер в свойста метки, а он все равно не работает:
var myPlacemark = new ymaps.Placemark([56,56], {
iconContent: 'ff',
balloonContentBody: 'ff',
iconImageHref: 'http://moto2moto.ru/map/img/motor_bar.png',
iconImageSize: [81, 60],
});
myMap.geoObjects.add(myPlacemark);