rmulholland21 Posted November 20, 2020 Share Posted November 20, 2020 Site URL: https://www.ryansmulholland.com/writing/job-guide Does anyone know if there's a way to adjust images on a blog post so that the images span a wider length of the page than my text? I'd like my images to stretch a bit wider, but I'd like my text to remain at the current width. I need to make my images a little bit bigger and would love to find a way to do this without also expanding the text. Beyondspace 1 Link to comment
Beyondspace Posted November 20, 2020 Share Posted November 20, 2020 1 hour ago, rmulholland21 said: Site URL: https://www.ryansmulholland.com/writing/job-guide Does anyone know if there's a way to adjust images on a blog post so that the images span a wider length of the page than my text? I'd like my images to stretch a bit wider, but I'd like my text to remain at the current width. I need to make my images a little bit bigger and would love to find a way to do this without also expanding the text. You can use this custom css @media only screen and (min-width: 1024px) { .blog-item-content-wrapper .sqs-block-image .design-layout-inline .intrinsic { width: 80vw !important; left: 50%; transform: translateX(-50%); position: relative; } } Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment