Dear:

I had try to use ddblock advenace slidershow.

but, i had two question:

Q1. how to resize the showcase : if i want the slide showcase disappear as 1024*300
where can i set.

Q2.can it be a resopnsive web design ? resise by the screen.
just as, In normal 1024*300
and it wil change to 300*100 when i use padphone to see it.
by the way, it pic wil full show,not cuted.

thx

Comments

ppblaauw’s picture

Yes, ddblock themes can be size responsive (change css per media query) or adaptive (using % for the width and auto for the height)

Some of the commercial slideshow themes are size responsive and some are adaptive.

baseball’s picture

Dear:
what css should be change for rwd?
sites\all\themes\bartik\custom\modules\ddblock
or
sites\all\modules\ddblock

adaptive (using % for the width and auto for the height)?
where to adaptive it?
please give me some help!

thx.

dude74’s picture

First : never theme in module directories, but in your theme directories (you should find the answer to your first question 'baseball').

Second : adaptive, responsive etc... can be achieved by css only if constant height and adaptive width using css (almost position, overflow, width %). You have to know the basics of css, it will be too long to explain each div theming. You'll need jquery in case of adaptive slideshow widht & height to calculate height (basic knowledge of jquery). I saw a solution to adapt height using padding : x% but doesn't work on my iphone (that's only reason I finally use jquery). I did one (website under development but slideshow works perfectly) height constant adaptive width over 720px resolution that becomes adaptive width & height under 720px.

You have all raw help to work now, Baseball