Open web2date opened 5 years ago
Seems to be related to your PR #743
@benjaminkott I had a deeper look at this issue. Imho we should remove this options if you don't have a solution for it. The sizes can be changed by override the scss template in a sitepackage which should not harm anything and is imho a clean solution. The scss defines multiple sizes for each view port and here we provide just a single value, this must be conflicting somehow!
Bug Report
The icon in a medium size content element texticon don't resize to a larger value if the constant is changed from default to 60. plugin.bootstrap_package_contentelements.texticon.icon.medium.height = 60 plugin.bootstrap_package_contentelements.texticon.icon.medium.width = 60
Prerequisites
Description
If for example the constant plugin.bootstrap_package_contentelements.texticon.icon.medium.height and plugin.bootstrap_package_contentelements.texticon.icon.medium.width is changed to 60 the icon doesnt appear bigger in the frontend even if the img size is 60x60. It stays small (48x48px).
Steps to Reproduce
Expected behavior:
Actual behavior:
Versions
TYPO3 9.5.9 - Bootstrap Package 11.0.1