Change settings and remove scrollbar Auto Image Montage - Joomla! Forum - community, help and support
hey all,
i looking module displays thumnails in original dimensions because client photographer , has landscape photos , portrait photos. difficult, cause modules (slideshows , albums) have fixed height , width in de main image , in thumbnails well. (suggestions)?
okay, found auto montage. module constrain original dimensions in thumbnail. can find example @ http://www.streetwisemedia.eu/robvdvlierd. have main issues cannot solve in auto image montage. don't want have white background. want show original black/grey layer rest of site. cannot find in css how change settings this. (you can find auto montage zip here http://www.streetwisemedia.eu/aim02_autoimagemontage_2.5.zip or attachment.
in css tried remove background-color settings, did in index.html files. nothing worked out..
the second trouble have, module shows scrollbar (when active or inactive). because auto-image montage shows pictures random, nescessary scroll down. don't want see scrollbar. tried
in css.. did not worked out.. know there's chance still need scroll, adjust height of module (which possible in parameters) or remove pictures fits..
any ideas? using atomic (totally customsized) template , version 2,5 joomla!
thanks in advance!
i looking module displays thumnails in original dimensions because client photographer , has landscape photos , portrait photos. difficult, cause modules (slideshows , albums) have fixed height , width in de main image , in thumbnails well. (suggestions)?
okay, found auto montage. module constrain original dimensions in thumbnail. can find example @ http://www.streetwisemedia.eu/robvdvlierd. have main issues cannot solve in auto image montage. don't want have white background. want show original black/grey layer rest of site. cannot find in css how change settings this. (you can find auto montage zip here http://www.streetwisemedia.eu/aim02_autoimagemontage_2.5.zip or attachment.
in css tried remove background-color settings, did in index.html files. nothing worked out..
the second trouble have, module shows scrollbar (when active or inactive). because auto-image montage shows pictures random, nescessary scroll down. don't want see scrollbar. tried
code: select all
position: fixed
overflow-x: hidden
overflow-y: hiddenin css.. did not worked out.. know there's chance still need scroll, adjust height of module (which possible in parameters) or remove pictures fits..
any ideas? using atomic (totally customsized) template , version 2,5 joomla!
thanks in advance!
i add question..
i looked google elements inspect code.. , fond
i noticed in last part ''overflow-y: scroll" displayed.. looked colorbox.css , regular css.. cannot find command!
i looked google elements inspect code.. , fond
code: select all
<div class="span-16 append-1">
<link rel="stylesheet" type="text/css" href="/robvdvlierd/modules/mod_aim/css/style.css">
<link media="screen" rel="stylesheet" href="/robvdvlierd/modules/mod_aim/css_colorbox/colorbox.css">
<link href="http://fonts.googleapis.com/css?family=pt+sans+narrow&v1" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=monoton" rel="stylesheet" type="text/css">
<div class="container">
<div style="width:100%;height:450px; overflow-y:scroll; overflow-x:hidden; margin:40px auto; background:#fff;">
<div class="am-container" id="am-container" style="">i noticed in last part ''overflow-y: scroll" displayed.. looked colorbox.css , regular css.. cannot find command!
Comments
Post a Comment