Active
Project:
Halloween Lights
Version:
1.0.1
Component:
Code
Priority:
Minor
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
7 Oct 2025 at 21:45 UTC
Updated:
4 Dec 2025 at 15:55 UTC
Jump to comment: Most recent
Thanks for this module. Love it.
This is not a high priority. More like a suggestion.
I notice the jack-o-lanterns bunch up at lower resolutions.
Maybe something like this could be added. This is how I handled it.
@media screen and (max-width: 1400px) {
.pumpkin__item.pump_2,
.pumpkin__item.pump_4,
.pumpkin__item.pump_6,
.pumpkin__item.pump_8,
.pumpkin__item.pump_10,
.pumpkin__item.pump_12,
.pumpkin__item.pump_14,
.pumpkin__item.pump_16,
.pumpkin__item.pump_18,
.pumpkin__item.pump_20,
.pumpkin__item.pump_22,
.pumpkin__item.pump_24 {
display: none !important;
}
}
@media screen and (max-width: 750px) {
.pumpkin__item.pump_1,
.pumpkin__item.pump_5,
.pumpkin__item.pump_9,
.pumpkin__item.pump_13,
.pumpkin__item.pump_17,
.pumpkin__item.pump_21,
.pumpkin__item.pump_25 {
display: none !important;
}
}You can see it at: https://wordweaver.pro
Comments
Comment #2
keiserjb commentedThanks, I will look at this again next fall to get ready for next year.