diff --git a/theme/base/style/core.css b/theme/base/style/core.css index e1f5f4f9f40..a91000e9d59 100644 --- a/theme/base/style/core.css +++ b/theme/base/style/core.css @@ -669,6 +669,9 @@ body.tag .managelink {padding: 5px;} .resourcecontent .mediaplugin_mp3 object {height:25px; width: 600px} .resourcecontent audio.mediaplugin_html5audio {width: 600px} +/** Large resource images should avoid hidden overflow **/ +.resourceimage {max-width: 100%;} + /* Audio player size in 'inline' mode (can only change width, as above) */ .mediaplugin_mp3 object {height:15px;width:300px} audio.mediaplugin_html5audio {width: 300px}