mirror of
https://github.com/Universal-Omega/PortableInfobox.git
synced 2024-11-15 20:09:44 +00:00
DAT-3855, add comment about changing image thumbnail width
This commit is contained in:
parent
40250dcda0
commit
6e8866bf03
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue