https://answers.squarespace.com/questions/28349/slideshow-as-index-image-on-the-marquee-template
Slideshow as index image on the marquee template
Hiya
Does anyone know how to make the first index image in the marquee template a slide instead of a static image?
Would really appreciate it.
Thanks in advance. marquee Asked Dec 03 '13 at 17:27 by seunscooby 41●1●2●4 0 1 One AnswerOLDESTNEWESTMOST VOTED I am trying to do the same thing!
I have figured out a hack solution... If anyone comes up with something better please let me know! I added my slider gallery to a page at the top of the index folder and added the following to my css:
.sqs-gallery-design-stacked { text-align: left; max-width:100%; padding-top:-100px; } .content-inner { max-width: 100%; padding: 0; } .collection-type-index .content-inner.has-content { padding: 0px; } .collection-type-index.title--description-position-over-image .title-desc-wrapper { padding: 0px; }
Please note this solution strips the padding from the main content so all of my other pages I had to add padding back in- I did this by using the "space block"
Cheers, Hope this helps you. Answered Dec 05 '13 at 19:08 by Katie081 21●1 link Thanks Katie! Could you please post up the website you used this hack on? :) Thanks (Dec 06 '13 at 12:40)seunscooby Thanks once again. Worked real good! :)