Enlarge slideshow
-
Hi. I am trying to make the pictures of a slideshow appear larger on the page. They should be enlarged to fit across the width of the column aligning nicely with the paragraph below. The page with the slideshow is ‘Melton Travel Seminars’ under ‘Around the World’. Thanks. :)
The blog I need help with is: (visible only to logged in users)
-
-
Hi Darryl
This should work for you. Let me know if you have any more questions.
.slideshow-window * img { width: 94%; } -
thanks, the width is fine but the height hasn’t changed proportionally. how do i get the enlargement to be proportional?
-
Yes, I see what you mean. This should fix it
.slideshow-window * img { width: 94%; max-height: 132% !important; } .slideshow-window { overflow: visible; } .page-id-2571 div.slideshow-window { padding-bottom: 26% !important; } -
-
- The topic ‘Enlarge slideshow’ is closed to new replies.