Title: CSS Background Image &#8211; Preload
Last modified: August 31, 2023

---

# CSS Background Image – Preload

 *  Resolved [pkrueck](https://wordpress.org/support/users/pkrueck/)
 * (@pkrueck)
 * [2 years, 9 months ago](https://wordpress.org/support/topic/css-background-image-preload/)
 * Hey, I’ve a CSS background Image set through Stackable on the top of my Website.
   It’s the first thing in the Viewport of a visitor and my LCP of the homepage.
 * Is there an option to set something like link rel=”preload” to help with speeding
   up the delivery?
 * Thank you for your time.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcss-background-image-preload%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Plugin Author [Benjamin Intal](https://wordpress.org/support/users/bfintal/)
 * (@bfintal)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/css-background-image-preload/#post-17017656)
 * We do not have this, but you can probably manually add some HTML snippet inside
   your `head` for this:
 *     ```wp-block-code
       <link rel="preload" as="image" href="https://hey.my/image" />
       ```
   
 * I’m interested to know if it speeds things in your site.

Viewing 1 replies (of 1 total)

The topic ‘CSS Background Image – Preload’ is closed to new replies.

 * ![](https://ps.w.org/stackable-ultimate-gutenberg-blocks/assets/icon-256x256.
   png?rev=2749547)
 * [Stackable - Page Builder Gutenberg Blocks](https://wordpress.org/plugins/stackable-ultimate-gutenberg-blocks/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/stackable-ultimate-gutenberg-blocks/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/stackable-ultimate-gutenberg-blocks/)
 * [Active Topics](https://wordpress.org/support/plugin/stackable-ultimate-gutenberg-blocks/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/stackable-ultimate-gutenberg-blocks/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/stackable-ultimate-gutenberg-blocks/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Benjamin Intal](https://wordpress.org/support/users/bfintal/)
 * Last activity: [2 years, 8 months ago](https://wordpress.org/support/topic/css-background-image-preload/#post-17017656)
 * Status: resolved