Sparkle galaxy round magical background

This is the pure illusion of the galaxy purple color magical background

ImageTide
0 Photos

  • 38
  • 0
  • 1
View license details
Share
Color Palette
tag $(document).ready(function() { // Get the currently selected size (should be small by default) const selectedType = $('input[name="type"]:checked').val(); // If small or medium is selected, update button to Free Download if (selectedType === 'small' || selectedType === 'medium') { $('#downloadBtn').html(' Free Download') .attr('data-type', selectedType) .removeAttr('data-bs-toggle') .removeAttr('data-bs-target') .attr('type', 'submit'); } }); // Initialize button state for default selected size $(document).ready(function() { const selectedType = $('input[name="type"]:checked').val(); if (selectedType === 'small' || selectedType === 'medium') { $('#downloadBtn').html(' Free Download') .attr('data-type', selectedType) .removeAttr('data-bs-toggle') .removeAttr('data-bs-target') .attr('type', 'submit'); } });