Guest User

Untitled

a guest
Mar 8th, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. <style>
  2. {content_module block="header_img" module="JMFilePicker" label="Header-Bild" mode="browser" dir="images" assign="header-img"}
  3. .header_img {
  4. background-image: url('{root_url}/scripts/php/image.php?image={uploads_url}/{$header-img}&width=1140');
  5. background-repeat: no-repeat;
  6. }
  7. @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  8. .header_img {
  9. background-image: url('{root_url}/scripts/php/image.php?image={uploads_url}/{$header-img}&width=2280');
  10. }
  11. }
  12. </style>
  13.  
  14. {$profil_img=cgsimple::get_page_content($child.alias, 'profil_img')}
  15. <img src="{$profil_img}" width="585.5" srcset="{root_url}/scripts/php/image.php?image={uploads_url}/{$profil_img}&width=500 500w, {root_url}/scripts/php/image.php?image={uploads_url}/{$profil_img}&width=800 800w, {root_url}/scripts/php/image.php?image={uploads_url}/{$profil_img}&width=1080 1080w, {root_url}/scripts/php/image.php?image={uploads_url}/{$profil_img}&width=1171 1171w" sizes="(max-width: 479px) 75vw, 270px" class="img-100">
Add Comment
Please, Sign In to add comment