-
Is there an easy way to specify a different focal point in a background image (set with
? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
We do not provide a keyword for setting the focal point, but you can override the style for advanced background image through ![bg left](image.jpg)
<style scoped>
figure {
background-position: left top !important;
}
</style> |
Beta Was this translation helpful? Give feedback.
We do not provide a keyword for setting the focal point, but you can override the style for advanced background image through
<style scoped>
for now.