CoreCommunity ExtensionsIncubatorDistributionsTYPO3 4.5 ProjectsTYPO3 4.6 ProjectsTYPO3 4.7 ProjectsTYPO3 6.0 ProjectsTYPO3 6.1 ProjectsTYPO3 6.2 Projects (+)

« Previous - Version 3/10 (diff) - Next » - Current version
Georg Paul, 2011-12-20 19:14


Important - Set image sizes..

.. can HAS TO be set in "typo3conf/ext/responsive_typo3/Resources/Public/Css/responsive-images.css"

for example:
.home #main-content .responsive-image-holder, .home #main-content .responsive-image-holder img {
width: 85px;
}
.standard #main-content .responsive-image-holder, .standard #main-content .responsive-image-holder img {
width: 230px;
}

hide certain images for low resolutions

@media only screen and (max-width: 480px) {
#slideshow {
display: none;
}
}

every image within "#slideshow" won't be loaded