Witaj Gościu! ( Zaloguj | Rejestruj )

Forum PHP.pl

 
Reply to this topicStart new topic
> [CSS][PHP] Theme WordPress
Randallmaster
post
Post #1





Grupa: Zarejestrowani
Postów: 677
Pomógł: 11
Dołączył: 18.11.2009

Ostrzeżenie: (0%)
-----


Cześć,

Czy jest możliwość aby z tego kodu zrobić widok zdjęcia jako background-size: contain?

ps. nie znam wordpressa i nie wiem jak się do tego zabrać ;/

(aktualnie zdjęcie jest z automatu obcinane do i wyśrodkowane w zależności od wielkości ekranu. A chciałbym aby działało jak contain)

  1. <?php while ( have_posts() ) : the_post(); ?>
  2. <section id="slider">
  3. <ul class="before-init">
  4. <?php $images = get_post_meta(get_the_ID(), 'gallery_links', true); ?>
  5. <?php $images = explode(";", $images); ?>
  6. <?php foreach($images as $image): ?>
  7. <?php $image = wp_get_attachment_image_src($image, 'full'); ?>
  8. <?php if ($image): ?>
  9. <li>
  10. <img src="<?php echo $image[0]; ?>" alt="<?php the_title(); ?>" />
  11. </li>
  12. <?php endif; ?>
  13. <?php endforeach; ?>
  14. </ul>
  15.  
  16. <div id="image-loader">
  17. <div id="image-loader-progress"></div>
  18. </div>
  19.  
  20. <a href="#" class="slider-prev"></a>
  21. <a href="#" class="slider-next"></a>
  22. <a href="#" class="slider-back"></a>
  23. </section>
  24. <?php endwhile; ?>


Ten post edytował Randallmaster 19.01.2016, 14:31:11
Go to the top of the page
+Quote Post
Pyton_000
post
Post #2





Grupa: Zarejestrowani
Postów: 8 068
Pomógł: 1414
Dołączył: 26.10.2005

Ostrzeżenie: (0%)
-----


Spróbuj zamiast 'full' dać 'large' i bawić się dalej
Go to the top of the page
+Quote Post
Randallmaster
post
Post #3





Grupa: Zarejestrowani
Postów: 677
Pomógł: 11
Dołączył: 18.11.2009

Ostrzeżenie: (0%)
-----


niestety nic to nie dało. W szablonie nie mogę znaleźć tej funkcjonalności. która by w ogóle obsługiwała slider...
Go to the top of the page
+Quote Post

Reply to this topicStart new topic
1 Użytkowników czyta ten temat (1 Gości i 0 Anonimowych użytkowników)
0 Zarejestrowanych:

 



RSS Aktualny czas: 19.08.2025 - 03:16