Hello, thank you for letting me post this. I am using Hugo v0.148.1 with the beautifulhugo theme. Nothing else, just the bare theme and demoSite content. This theme has the option to include some sort of carousel for the header part called bigimg , a documentation of this feature can be seen here.
I would like to change the timing for the bigimg to change from one img to the next image, which is currently at aprox 7 seconds for one changeover to something longer - say 30 seconds or 60 seconds ( in the docs above it speaks of a standard rotation time of 10 seconds). I could not find the variable where to change this. I have searched for the better part of the day now and still can not find anything. Could anyone help me please? Thank you.
hi @irkode! Thank you for your fast answer. Yes, I checked main.css and also found the 6000 number you mentioned I should have put this in my first post. Mea Culpa. Unfortunately, that 6000 number does not change the timing. It must influence something different. I did Ctrl C to stop the hugo server, emptied the /public folder,did
hugo server --buildDrafts --disableFastRender --cleanDestinationDir --printPathWarnings
and opened a fresh firefox session. So the “secret” parameter to change image rotating time must be hidden somewhere else. I will try to crawl through the code and report back here if I was successful before one of you experts hints me to it. BTW, I set the amount of images when it starts to rotate them to 10 in the same main.css couple of lines below. one would expect that since there are just the three example bigimgs, it would stop rotating, but it did not. so conclusion is that main.css has no primary influence on the rotating feature. I shall look into the partials…