homepage
Hover over the top section
click on edit section
go to the background tab
upload new video
Video Page
how to replace png images
Adding images into squarespace
Compress images for faster loading time
in the text box, highlight any word
in the toolbar, click on the link icon
in the pop-up, click on the gear icon
click into file
upload images where it says “upload file”
click on the check box of the file you just uploaded —
make sure there’s a checkmark beside itsave
Copy the entire Url
then hit remove
replacing images in the code block
double click the code block
replace the image url to the new one
Make sure you paste the new url between the quotation marks
save, exit, refresh
how to move placement & size of images
in the code block, under img src, you’ll see Height and style at the end
to adjust the size of the image, change the value of “height”. The smaller the number, the smaller the image.
adjust the top value to move it up or down. the higher the px value, the further from the top it will move.
adjust the left value to move it left or right. the higher % value, the further from the left it will move.
how to add to the list
Double click the code block
copy everything from <! - - 1 - -> to </div>
paste it at the bottom and change the number so it follows chronologically
THINGS TO replace:
Data video
go to your vimeo and choose the video you want to use
change the video player settings (hide all the icons)
click on embed
in the embed text box, highlight and copy only the url from https and the last number before the question mark ?
It should look like this: https://player.vimeo.com/video/897017351
Paste it between the Quotation marks "" in the code block
Title
To turn any letter into the pooki font, you will have to put the letter between <em> </eM>
Img src
follow the steps from “how to replace png images” above
digital media page
replace images
Add a text block
type out any text, highlight it
click on the link icon
click on the gear icon
click on file
add image to “upload image”
click the check box and hit save
copy the url then click remove
double-click the code block of the image you want to replace
delete the existing url
paste in the new one between the quotation marks
adding new images
click on any code block on the page
duplicate it by clicking on the duplicate icon
drag it to where you want it placed on the page
follow the steps above to add new image