Is it possible to edit the <iframe> embed code for a shared Gantt view eg:
<iframe class="airtable-embed" src="https://airtable.com/embed/........?backgroundColor=red" frameborder="0" onmousewheel="" width="100%" height="533" style="background: transparent; border: 1px solid #ccc;"></iframe>
to assign the date range button to select "Quarter" with the "Today" button action selected. Currently when I go to the url where the view is embedded it defaults to the "Quarter" date range but for Q2 2022 which is two quarters before any of the dates listed in the view.
What it currently shows:
What I would like it to show:
Here's the date range "Quarter" option selection HTML copied from the developer console
<option value="{"notUndefinedValue":"oneQuarter"}">Quarter</option>
And here's the "Today" button HTML
<button class="white grayLight2-hover stroked1-inset text-darken4 strong events css-1tcoxyv" type="button" style="opacity: 1; position: relative;">
<span class="css-8uhtka">Today</span>
</button>
@kuovonne I trust you would know if this is or isn't doable.