DAT-3855, add comment about changing image thumbnail width

This commit is contained in:
Rafal Leszczynski 2016-03-09 10:23:55 +01:00
parent 40250dcda0
commit 6e8866bf03

View file

@ -8,6 +8,7 @@ class PortableInfoboxRenderServiceHelper {
const LOGGER_LABEL = 'portable-infobox-render-not-supported-type';
//todo: https://wikia-inc.atlassian.net/browse/DAT-3075
//todo: figure out what to do when user changes default infobox width via custom theming
// changed value from 270 to 300 to support default theme europa width
const DESKTOP_THUMBNAIL_WIDTH = 300;
const MOBILE_THUMBNAIL_WIDTH = 360;
const MINIMAL_HERO_IMG_WIDTH = 300;